Searched refs:crypto_onetimeauth_KEYBYTES (Results 1 – 4 of 4) sorted by relevance
20 return crypto_onetimeauth_KEYBYTES; in crypto_onetimeauth_keybytes()68 void crypto_onetimeauth_keygen(unsigned char k[crypto_onetimeauth_KEYBYTES]) in crypto_onetimeauth_keygen() argument70 randombytes_buf(k, crypto_onetimeauth_KEYBYTES); in crypto_onetimeauth_keygen()
25 #define crypto_onetimeauth_KEYBYTES crypto_onetimeauth_poly1305_KEYBYTES macro56 void crypto_onetimeauth_keygen(unsigned char k[crypto_onetimeauth_KEYBYTES]);
22 { crypto_onetimeauth_keygen, crypto_onetimeauth_KEYBYTES }, in tv_keygen()
70 k = (unsigned char *) sodium_malloc(crypto_onetimeauth_KEYBYTES); in mm_onetimeauth()