Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c133 size_t ciphertext_extra_len) { in calc_tag() argument
147 CRYPTO_poly1305_update(&ctx, ciphertext_extra, ciphertext_extra_len); in calc_tag()
148 const size_t ciphertext_total = ciphertext_len + ciphertext_extra_len; in calc_tag()