Home
last modified time | relevance | path

Searched refs:crypto_onetimeauth_KEYBYTES (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c20 return crypto_onetimeauth_KEYBYTES; in crypto_onetimeauth_keybytes()
68 void crypto_onetimeauth_keygen(unsigned char k[crypto_onetimeauth_KEYBYTES]) in crypto_onetimeauth_keygen() argument
70 randombytes_buf(k, crypto_onetimeauth_KEYBYTES); in crypto_onetimeauth_keygen()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth.h25 #define crypto_onetimeauth_KEYBYTES crypto_onetimeauth_poly1305_KEYBYTES macro
56 void crypto_onetimeauth_keygen(unsigned char k[crypto_onetimeauth_KEYBYTES]);
/freebsd/sys/contrib/libsodium/test/default/
H A Dkeygen.c22 { crypto_onetimeauth_keygen, crypto_onetimeauth_KEYBYTES }, in tv_keygen()
H A Dmetamorphic.c70 k = (unsigned char *) sodium_malloc(crypto_onetimeauth_KEYBYTES); in mm_onetimeauth()