Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_amd64.go7 package poly1305 package
11 func poly1305(out *[16]byte, m *byte, mlen uint64, key *[32]byte) func
Dvectors_test.go5 package poly1305 package
Dsum_ref.go5 package poly1305 package
Dsum_noasm.go7 package poly1305 package
Dpoly1305.go20 package poly1305 // import "golang.org/x/crypto/poly1305" package
Dsum_arm.go7 package poly1305 package
Dsum_s390x.go7 package poly1305 package
Dpoly1305_test.go5 package poly1305 package
/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go139 func (c *chaCha20Poly1305) poly1305(tag *[16]byte, nonce, ciphertext, additionalData []byte) { func
/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c145 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length()