Home
last modified time | relevance | path

Searched refs:ChaCha20 (Results 1 – 17 of 17) sorted by relevance

/external/openssh/
DPROTOCOL.chacha20poly13057 ChaCha20 is a stream cipher designed by Daniel Bernstein and described
52 its MAC (assuming key derivation, ChaCha20 and Poly1305 are secure).
55 key by taking the first 256 bits of ChaCha20 stream output generated
57 uint64 under the SSH wire encoding rules and a ChaCha20 block counter of
58 zero. The K_2 ChaCha20 block counter is then set to the little-endian
76 packet and the packet decrypted using ChaCha20 as described above (with
87 ChaCha20 must never reuse a {key, nonce} for encryption nor may it be
103 [3] "ChaCha20 and Poly1305 based Cipher Suites for TLS", Adam Langley
DPROTOCOL96 OpenSSH supports authenticated encryption using ChaCha20 and Poly1305
/external/conscrypt/
DCAPABILITIES.md116 * `ChaCha20/NONE/NoPadding`
117 * `ChaCha20/Poly1305/NoPadding`
145 * `ChaCha20`
167 * `ChaCha20`
/external/conscrypt/srcgen/
Dintra-core-api.txt6 method:com.android.org.conscrypt.IvParameters$ChaCha20#ChaCha20()
11 method:com.android.org.conscrypt.KeyGeneratorImpl$ChaCha20#ChaCha20()
23 method:com.android.org.conscrypt.OpenSSLCipher$EVP_AEAD$ChaCha20#ChaCha20()
96 type:com.android.org.conscrypt.IvParameters$ChaCha20
101 type:com.android.org.conscrypt.KeyGeneratorImpl$ChaCha20
116 type:com.android.org.conscrypt.OpenSSLCipher$EVP_AEAD$ChaCha20
/external/conscrypt/common/src/main/java/org/conscrypt/
DIvParameters.java116 public static class ChaCha20 extends IvParameters { class in IvParameters
117 public ChaCha20() {} in ChaCha20() method in IvParameters.ChaCha20
DKeyGeneratorImpl.java167 public static final class ChaCha20 extends KeyGeneratorImpl { class in KeyGeneratorImpl
168 public ChaCha20() { in ChaCha20() method in KeyGeneratorImpl.ChaCha20
DOpenSSLCipher.java1441 public static class ChaCha20 extends EVP_AEAD { class in OpenSSLCipher.EVP_AEAD
1442 public ChaCha20() { in ChaCha20() method in OpenSSLCipher.EVP_AEAD.ChaCha20
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DIvParameters.java136 public static class ChaCha20 extends IvParameters { class in IvParameters
138 public ChaCha20() {} in ChaCha20() method in IvParameters.ChaCha20
DKeyGeneratorImpl.java214 public static final class ChaCha20 extends KeyGeneratorImpl { class in KeyGeneratorImpl
216 public ChaCha20() { in ChaCha20() method in KeyGeneratorImpl.ChaCha20
DOpenSSLCipher.java1605 public static class ChaCha20 extends EVP_AEAD { class in OpenSSLCipher.EVP_AEAD
1607 public ChaCha20() { in ChaCha20() method in OpenSSLCipher.EVP_AEAD.ChaCha20
/external/python/cpython2/Misc/NEWS.d/
D2.7.13rc1.rst466 Add ChaCha20 Poly1305 to ssl module's default ciper list. (Required OpenSSL
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst961 Add ChaCha20 Poly1305 to ssl module's default cipher list. (Required OpenSSL
D3.5.3rc1.rst1039 Add ChaCha20 Poly1305 to ssl module's default cipher list. (Required OpenSSL
/external/boringssl/src/crypto/obj/
Dobjects.txt1343 : ChaCha20-Poly1305 : chacha20-poly1305
/external/python/cpython3/Doc/library/
Dssl.rst171 ChaCha20/Poly1305 was added to the default cipher string.
2663 ChaCha20 cipher suites are enabled by default. The method
/external/python/cpython2/Doc/library/
Dssl.rst293 ChaCha20/Poly1305 was added to the default cipher string.
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1450 3DES has been removed from the default cipher suites and ChaCha20 Poly1305