HomeSort by relevance Sort by last modified time
    Searched full:poly1305_update_length (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/cipher_extra/
e_chacha20poly1305.c 142 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { function
179 poly1305_update_length(&ctx, ad_len);
180 poly1305_update_length(&ctx, ciphertext_total);

Completed in 245 milliseconds