Home
last modified time | relevance | path

Searched refs:poly1305 (Results 1 – 20 of 20) 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
21 poly1305(out, mPtr, uint64(len(m)), key)
Dpoly1305.go19 package poly1305 // import "golang.org/x/crypto/poly1305" package
Dsum_arm.go7 package poly1305 package
Dpoly1305_test.go5 package poly1305 package
Dsum_amd64.s62 TEXT ·poly1305(SB), $0-32
Dsum_ref.go7 package poly1305 package
/external/openssh/
DPROTOCOL.chacha20poly13051 This document describes the chacha20-poly1305@openssh.com authenticated
16 The chacha20-poly1305@openssh.com combines these two primitives into an
25 The chacha20-poly1305@openssh.com offers both encryption and
27 chacha20-poly1305@openssh.com cipher is selected in key exchange,
34 The chacha20-poly1305@openssh.com cipher requires 512 bits of key
42 keyed by K_2, is used in conjunction with poly1305 to build an AEAD
91 is followed, then chacha20-poly1305@openssh.com requires no special
101 http://cr.yp.to/mac/poly1305-20050329.pdf
DAndroid.mk92 poly1305.c \
DPROTOCOL94 1.7 transport: chacha20-poly1305@openssh.com authenticated encryption
Dsshd_config.0261 chacha20-poly1305@openssh.com
265 chacha20-poly1305@openssh.com,
Dssh_config.0224 chacha20-poly1305@openssh.com
228 chacha20-poly1305@openssh.com,
DChangeLog9284 diffie-hellman-group1-sha1 key exchange to complete for chacha20-poly1305 was
9337 promote chacha20-poly1305@openssh.com to be the default
/external/boringssl/src/crypto/poly1305/
DCMakeLists.txt12 poly1305 target
16 poly1305.c
/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go139 func (c *chaCha20Poly1305) poly1305(tag *[16]byte, nonce, ciphertext, additionalData []byte) { func
158 poly1305.Sum(tag, input, &poly1305Key)
170 c.poly1305(&tag, nonce, out[:len(plaintext)], additionalData)
186 c.poly1305(&tag, nonce, ciphertext[:plaintextLen], additionalData)
/external/boringssl/src/crypto/
DCMakeLists.txt93 add_subdirectory(poly1305)
179 $<TARGET_OBJECTS:poly1305>
256 poly1305/poly1305_test.cc
/external/boringssl/
Dsources.mk138 src/crypto/poly1305/poly1305.c\
139 src/crypto/poly1305/poly1305_arm.c\
140 src/crypto/poly1305/poly1305_vec.c\
259 src/crypto/poly1305/poly1305_arm_asm.S\
Dsources.bp140 "src/crypto/poly1305/poly1305.c",
141 "src/crypto/poly1305/poly1305_arm.c",
142 "src/crypto/poly1305/poly1305_vec.c",
265 "src/crypto/poly1305/poly1305_arm_asm.S",
460 "src/crypto/poly1305/poly1305_test.cc",
/external/openssh/regress/
Ddhgex.sh60 check 8192 rijndael-cbc@lysator.liu.se chacha20-poly1305@openssh.com
/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c116 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length() argument
124 CRYPTO_poly1305_update(poly1305, length_bytes, sizeof(length_bytes)); in poly1305_update_length()
/external/boringssl/src/
Dsources.cmake51 crypto/poly1305/poly1305_tests.txt