Searched refs:crypto_hash_BYTES (Results 1 – 4 of 4) sorted by relevance
10 static unsigned char h[crypto_hash_BYTES];18 for (i = 0; i < crypto_hash_BYTES; ++i) { in main()23 for (i = 0; i < crypto_hash_BYTES; ++i) { in main()
6 static unsigned char h[crypto_hash_BYTES];14 for (i = 0; i < crypto_hash_BYTES; ++i) { in main()
7 return crypto_hash_BYTES; in crypto_hash_bytes()
23 #define crypto_hash_BYTES crypto_hash_sha512_BYTES macro