Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
De_chacha20poly1305.c70 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length() function
204 poly1305_update_length(ctx, ad_len); in poly1305_update()
205 poly1305_update_length(ctx, ciphertext_len); in poly1305_update()
260 poly1305_update_length(ctx, ad_len); in poly1305_update_old()
262 poly1305_update_length(ctx, ciphertext_len); in poly1305_update_old()