Home
last modified time | relevance | path

Searched refs:aead_poly1305_update (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/cipher/
De_chacha20poly1305.c88 typedef void (*aead_poly1305_update)(poly1305_state *ctx, const uint8_t *ad, typedef
95 static void aead_poly1305(aead_poly1305_update update, in aead_poly1305()
111 static int seal_impl(aead_poly1305_update poly1305_update, in seal_impl()
150 static int open_impl(aead_poly1305_update poly1305_update, in open_impl()