Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c148 const size_t ciphertext_total = ciphertext_len + ciphertext_extra_len; in calc_tag() local
149 if (ciphertext_total % 16 != 0) { in calc_tag()
151 sizeof(padding) - (ciphertext_total % 16)); in calc_tag()
154 poly1305_update_length(&ctx, ciphertext_total); in calc_tag()