Searched defs:poly1305 (Results 1 – 8 of 8) sorted by relevance
7 package poly1305 package13 func poly1305(out *[16]byte, m *byte, mlen uint64, key *[32]byte) func
19 package poly1305 // import "golang.org/x/crypto/poly1305" package
7 package poly1305 package
5 package poly1305 package
12 poly1305 target
143 func (c *chaCha20Poly1305) poly1305(tag *[16]byte, nonce, ciphertext, additionalData []byte) { func
70 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length()189 static void poly1305_update_padded_16(poly1305_state *poly1305, in poly1305_update_padded_16()