Searched refs:open_impl (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/cipher/ |
D | e_chacha20poly1305.c | 150 static int open_impl(aead_poly1305_update poly1305_update, in open_impl() function 230 return open_impl(poly1305_update, ctx, out, out_len, max_out_len, nonce, in, in aead_chacha20_poly1305_open() 291 return open_impl(poly1305_update_old, ctx, out, out_len, max_out_len, in aead_chacha20_poly1305_old_open()
|