Searched refs:crypto_auth_hmacsha512_BYTES (Results 1 – 4 of 4) sorted by relevance
151 h = (unsigned char *) sodium_malloc(crypto_auth_hmacsha512_BYTES); in mm_hmacsha512()152 h2 = (unsigned char *) sodium_malloc(crypto_auth_hmacsha512_BYTES); in mm_hmacsha512()167 assert(memcmp(h, h2, crypto_auth_hmacsha512_BYTES) == 0); in mm_hmacsha512()
16 static unsigned char a2[crypto_auth_hmacsha512_BYTES];
15 #define crypto_auth_hmacsha512_BYTES 64U macro
15 return crypto_auth_hmacsha512_BYTES; in crypto_auth_hmacsha512_bytes()