OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_onetimeauth_keybytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/
crypto_onetimeauth.c
18
crypto_onetimeauth_keybytes
(void)
function in typeref:typename:size_t
20
return
crypto_onetimeauth_KEYBYTES
;
68
void crypto_onetimeauth_keygen(unsigned char k[
crypto_onetimeauth_KEYBYTES
])
70
randombytes_buf(k,
crypto_onetimeauth_KEYBYTES
);
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_onetimeauth.h
25
#define
crypto_onetimeauth_KEYBYTES
crypto_onetimeauth_poly1305_KEYBYTES
27
size_t
crypto_onetimeauth_keybytes
(void);
56
void crypto_onetimeauth_keygen(unsigned char k[
crypto_onetimeauth_KEYBYTES
]);
/src/sys/external/isc/libsodium/dist/test/default/
onetimeauth.c
54
assert(
crypto_onetimeauth_keybytes
() > 0U);
58
crypto_onetimeauth_keybytes
());
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025