Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c128 static void calc_tag(uint8_t tag[POLY1305_TAG_LEN], in calc_tag() function
226 calc_tag(tag, c20_ctx, nonce, ad, ad_len, out, in_len, in aead_chacha20_poly1305_seal_scatter()
271 calc_tag(tag, c20_ctx, nonce, ad, ad_len, in, in_len, NULL, 0); in aead_chacha20_poly1305_open_gather()