Searched refs:crypto_aead_chacha20poly1305_abytes (Results 1 – 3 of 3) sorted by relevance
105 size_t crypto_aead_chacha20poly1305_abytes(void);
50 if (found_maclen != crypto_aead_chacha20poly1305_abytes()) { in tv()175 assert(crypto_aead_chacha20poly1305_abytes() == crypto_aead_chacha20poly1305_ABYTES); in tv()
384 crypto_aead_chacha20poly1305_abytes(void) in crypto_aead_chacha20poly1305_abytes() function