Home
last modified time | relevance | path

Searched refs:crypto_onetimeauth_poly1305_KEYBYTES (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c64 return crypto_onetimeauth_poly1305_KEYBYTES; in crypto_onetimeauth_poly1305_keybytes()
75 unsigned char k[crypto_onetimeauth_poly1305_KEYBYTES]) in crypto_onetimeauth_poly1305_keygen() argument
77 randombytes_buf(k, crypto_onetimeauth_poly1305_KEYBYTES); in crypto_onetimeauth_poly1305_keygen()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth_poly1305.h30 #define crypto_onetimeauth_poly1305_KEYBYTES 32U macro
61 void crypto_onetimeauth_poly1305_keygen(unsigned char k[crypto_onetimeauth_poly1305_KEYBYTES]);
H A Dcrypto_onetimeauth.h25 #define crypto_onetimeauth_KEYBYTES crypto_onetimeauth_poly1305_KEYBYTES
/freebsd/sys/contrib/libsodium/test/default/
H A Dkeygen.c23 { crypto_onetimeauth_poly1305_keygen, crypto_onetimeauth_poly1305_KEYBYTES }, in tv_keygen()
/freebsd/sys/opencrypto/
H A Dxform_poly1305.c13 CTASSERT(POLY1305_KEY_LEN == crypto_onetimeauth_poly1305_KEYBYTES);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c50 crypto_onetimeauth_poly1305_KEYBYTES); in crypto_secretbox_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c54 crypto_onetimeauth_poly1305_KEYBYTES); in crypto_secretbox_xchacha20poly1305_detached()