Searched refs:calc_tag (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/cipher_extra/ |
D | e_chacha20poly1305.c | 157 static void calc_tag(uint8_t tag[POLY1305_TAG_LEN], const uint8_t *key, in calc_tag() function 251 calc_tag(data.out.tag, key, nonce, ad, ad_len, out, in_len, out_tag, in chacha20_poly1305_seal_scatter() 331 calc_tag(data.out.tag, key, nonce, ad, ad_len, in, in_len, NULL, 0); in chacha20_poly1305_open_gather()
|