Searched defs:poly1305 (Results 1 – 3 of 3) sorted by relevance
71 static void poly1305_update_with_length(poly1305_state *poly1305, in poly1305_update_with_length()99 poly1305_state poly1305; in aead_chacha20_poly1305_seal() local155 poly1305_state poly1305; in aead_chacha20_poly1305_open() local
12 poly1305 target
111 func (c *chaCha20Poly1305) poly1305(tag *[16]byte, nonce, ciphertext, additionalData []byte) { func