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_hmacsha512256_KEYBYTES
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/
auth_hmacsha512256.c
20
crypto_auth_hmacsha512256_keybytes
(void)
function in typeref:typename:size_t
22
return
crypto_auth_hmacsha512256_KEYBYTES
;
33
unsigned char k[
crypto_auth_hmacsha512256_KEYBYTES
])
35
randombytes_buf(k,
crypto_auth_hmacsha512256_KEYBYTES
);
74
crypto_auth_hmacsha512256_KEYBYTES
);
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha512256.h
19
#define
crypto_auth_hmacsha512256_KEYBYTES
32U
21
size_t
crypto_auth_hmacsha512256_keybytes
(void);
56
void crypto_auth_hmacsha512256_keygen(unsigned char k[
crypto_auth_hmacsha512256_KEYBYTES
]);
crypto_auth.h
20
#define crypto_auth_KEYBYTES
crypto_auth_hmacsha512256_KEYBYTES
/src/sys/external/isc/libsodium/dist/test/default/
keygen.c
18
{ crypto_auth_hmacsha512256_keygen,
crypto_auth_hmacsha512256_KEYBYTES
},
Completed in 15 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025