Searched refs:poly1305_update_old (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/cipher/ |
D | e_chacha20poly1305.c | 256 static void poly1305_update_old(poly1305_state *ctx, const uint8_t *ad, in poly1305_update_old() function 276 return seal_impl(poly1305_update_old, ctx, out, out_len, max_out_len, in aead_chacha20_poly1305_old_seal() 291 return open_impl(poly1305_update_old, ctx, out, out_len, max_out_len, in aead_chacha20_poly1305_old_open()
|