Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c116 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length() function
153 poly1305_update_length(&ctx, ad_len); in calc_tag()
154 poly1305_update_length(&ctx, ciphertext_total); in calc_tag()