OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_auth_hmacsha256_keybytes
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha256.h
19
#define
crypto_auth_hmacsha256_KEYBYTES
32U
21
size_t
crypto_auth_hmacsha256_keybytes
(void);
62
void crypto_auth_hmacsha256_keygen(unsigned char k[
crypto_auth_hmacsha256_KEYBYTES
]);
crypto_auth_hmacsha256.h
19
#define
crypto_auth_hmacsha256_KEYBYTES
32U
21
size_t
crypto_auth_hmacsha256_keybytes
(void);
62
void crypto_auth_hmacsha256_keygen(unsigned char k[
crypto_auth_hmacsha256_KEYBYTES
]);
crypto_auth_hmacsha256.h
19
#define
crypto_auth_hmacsha256_KEYBYTES
32U
21
size_t
crypto_auth_hmacsha256_keybytes
(void);
62
void crypto_auth_hmacsha256_keygen(unsigned char k[
crypto_auth_hmacsha256_KEYBYTES
]);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
auth_hmacsha256.c
19
crypto_auth_hmacsha256_keybytes
(void)
function in typeref:typename:size_t
21
return
crypto_auth_hmacsha256_KEYBYTES
;
31
crypto_auth_hmacsha256_keygen(unsigned char k[
crypto_auth_hmacsha256_KEYBYTES
])
33
randombytes_buf(k,
crypto_auth_hmacsha256_KEYBYTES
);
101
crypto_auth_hmacsha256_init(&state, k,
crypto_auth_hmacsha256_KEYBYTES
);
auth_hmacsha256.c
19
crypto_auth_hmacsha256_keybytes
(void)
function in typeref:typename:size_t
21
return
crypto_auth_hmacsha256_KEYBYTES
;
31
crypto_auth_hmacsha256_keygen(unsigned char k[
crypto_auth_hmacsha256_KEYBYTES
])
33
randombytes_buf(k,
crypto_auth_hmacsha256_KEYBYTES
);
101
crypto_auth_hmacsha256_init(&state, k,
crypto_auth_hmacsha256_KEYBYTES
);
auth_hmacsha256.c
19
crypto_auth_hmacsha256_keybytes
(void)
function in typeref:typename:size_t
21
return
crypto_auth_hmacsha256_KEYBYTES
;
31
crypto_auth_hmacsha256_keygen(unsigned char k[
crypto_auth_hmacsha256_KEYBYTES
])
33
randombytes_buf(k,
crypto_auth_hmacsha256_KEYBYTES
);
101
crypto_auth_hmacsha256_init(&state, k,
crypto_auth_hmacsha256_KEYBYTES
);
/src/sys/external/isc/libsodium/dist/test/default/
auth.c
72
assert(
crypto_auth_hmacsha256_keybytes
() > 0U);
auth.c
72
assert(
crypto_auth_hmacsha256_keybytes
() > 0U);
auth.c
72
assert(
crypto_auth_hmacsha256_keybytes
() > 0U);
Completed in 32 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025