Searched refs:ciphertext_total (Results 1 – 1 of 1) sorted by relevance
148 const size_t ciphertext_total = ciphertext_len + ciphertext_extra_len; in calc_tag() local149 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()