Home
last modified time | relevance | path

Searched refs:crypto_onetimeauth_BYTES (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dmetamorphic.c71 h = (unsigned char *) sodium_malloc(crypto_onetimeauth_BYTES); in mm_onetimeauth()
72 h2 = (unsigned char *) sodium_malloc(crypto_onetimeauth_BYTES); in mm_onetimeauth()
87 assert(memcmp(h, h2, crypto_onetimeauth_BYTES) == 0); in mm_onetimeauth()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c14 return crypto_onetimeauth_BYTES; in crypto_onetimeauth_bytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth.h21 #define crypto_onetimeauth_BYTES crypto_onetimeauth_poly1305_BYTES macro