Searched refs:crypto_onetimeauth_poly1305_KEYBYTES (Results 1 – 7 of 7) sorted by relevance
64 return crypto_onetimeauth_poly1305_KEYBYTES; in crypto_onetimeauth_poly1305_keybytes()75 unsigned char k[crypto_onetimeauth_poly1305_KEYBYTES]) in crypto_onetimeauth_poly1305_keygen() argument77 randombytes_buf(k, crypto_onetimeauth_poly1305_KEYBYTES); in crypto_onetimeauth_poly1305_keygen()
30 #define crypto_onetimeauth_poly1305_KEYBYTES 32U macro61 void crypto_onetimeauth_poly1305_keygen(unsigned char k[crypto_onetimeauth_poly1305_KEYBYTES]);
25 #define crypto_onetimeauth_KEYBYTES crypto_onetimeauth_poly1305_KEYBYTES
23 { crypto_onetimeauth_poly1305_keygen, crypto_onetimeauth_poly1305_KEYBYTES }, in tv_keygen()
13 CTASSERT(POLY1305_KEY_LEN == crypto_onetimeauth_poly1305_KEYBYTES);
50 crypto_onetimeauth_poly1305_KEYBYTES); in crypto_secretbox_detached()
54 crypto_onetimeauth_poly1305_KEYBYTES); in crypto_secretbox_xchacha20poly1305_detached()