Home
last modified time | relevance | path

Searched defs:poly1305 (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/cipher/
De_chacha20poly1305.c71 static void poly1305_update_with_length(poly1305_state *poly1305, in poly1305_update_with_length()
99 poly1305_state poly1305; in aead_chacha20_poly1305_seal() local
155 poly1305_state poly1305; in aead_chacha20_poly1305_open() local
/external/boringssl/src/crypto/poly1305/
DCMakeLists.txt12 poly1305 target
/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go111 func (c *chaCha20Poly1305) poly1305(tag *[16]byte, nonce, ciphertext, additionalData []byte) { func