/external/openssh/ |
D | PROTOCOL.chacha20poly1305 | 7 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
|
D | PROTOCOL | 96 OpenSSH supports authenticated encryption using ChaCha20 and Poly1305
|
/external/conscrypt/ |
D | CAPABILITIES.md | 116 * `ChaCha20/NONE/NoPadding` 117 * `ChaCha20/Poly1305/NoPadding` 145 * `ChaCha20` 167 * `ChaCha20`
|
/external/conscrypt/srcgen/ |
D | intra-core-api.txt | 6 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/ |
D | IvParameters.java | 116 public static class ChaCha20 extends IvParameters { class in IvParameters 117 public ChaCha20() {} in ChaCha20() method in IvParameters.ChaCha20
|
D | KeyGeneratorImpl.java | 167 public static final class ChaCha20 extends KeyGeneratorImpl { class in KeyGeneratorImpl 168 public ChaCha20() { in ChaCha20() method in KeyGeneratorImpl.ChaCha20
|
D | OpenSSLCipher.java | 1441 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/ |
D | IvParameters.java | 136 public static class ChaCha20 extends IvParameters { class in IvParameters 138 public ChaCha20() {} in ChaCha20() method in IvParameters.ChaCha20
|
D | KeyGeneratorImpl.java | 214 public static final class ChaCha20 extends KeyGeneratorImpl { class in KeyGeneratorImpl 216 public ChaCha20() { in ChaCha20() method in KeyGeneratorImpl.ChaCha20
|
D | OpenSSLCipher.java | 1605 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/ |
D | 2.7.13rc1.rst | 466 Add ChaCha20 Poly1305 to ssl module's default ciper list. (Required OpenSSL
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b1.rst | 961 Add ChaCha20 Poly1305 to ssl module's default cipher list. (Required OpenSSL
|
D | 3.5.3rc1.rst | 1039 Add ChaCha20 Poly1305 to ssl module's default cipher list. (Required OpenSSL
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 1343 : ChaCha20-Poly1305 : chacha20-poly1305
|
/external/python/cpython3/Doc/library/ |
D | ssl.rst | 171 ChaCha20/Poly1305 was added to the default cipher string. 2663 ChaCha20 cipher suites are enabled by default. The method
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 293 ChaCha20/Poly1305 was added to the default cipher string.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1450 3DES has been removed from the default cipher suites and ChaCha20 Poly1305
|