Searched refs:crypto_auth_hmacsha512256_KEYBYTES (Results 1 – 4 of 4) sorted by relevance
22 return crypto_auth_hmacsha512256_KEYBYTES; in crypto_auth_hmacsha512256_keybytes()33 unsigned char k[crypto_auth_hmacsha512256_KEYBYTES]) in crypto_auth_hmacsha512256_keygen() argument35 randombytes_buf(k, crypto_auth_hmacsha512256_KEYBYTES); in crypto_auth_hmacsha512256_keygen()74 crypto_auth_hmacsha512256_KEYBYTES); in crypto_auth_hmacsha512256()
19 #define crypto_auth_hmacsha512256_KEYBYTES 32U macro56 void crypto_auth_hmacsha512256_keygen(unsigned char k[crypto_auth_hmacsha512256_KEYBYTES]);
20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES
18 { crypto_auth_hmacsha512256_keygen, crypto_auth_hmacsha512256_KEYBYTES }, in tv_keygen()