Searched refs:crypto_onetimeauth_BYTES (Results 1 – 3 of 3) sorted by relevance
71 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()
14 return crypto_onetimeauth_BYTES; in crypto_onetimeauth_bytes()
21 #define crypto_onetimeauth_BYTES crypto_onetimeauth_poly1305_BYTES macro