Searched refs:aead_poly1305 (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/cipher/ |
D | e_chacha20poly1305.c | 95 static void aead_poly1305(aead_poly1305_update update, in aead_poly1305() function 143 aead_poly1305(poly1305_update, tag, c20_ctx, nonce, ad, ad_len, out, in_len); in seal_impl() 177 aead_poly1305(poly1305_update, tag, c20_ctx, nonce, ad, ad_len, in, in open_impl()
|