Home
last modified time | relevance | path

Searched defs:cipherSuite (Results 1 – 14 of 14) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHandshake.java36 private final String cipherSuite; field in Handshake
41 String cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) { in Handshake()
48 String cipherSuite = session.getCipherSuite(); in get() local
70 String cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) { in get()
77 public String cipherSuite() { in cipherSuite() method in Handshake
DCache.java554 String cipherSuite = source.readUtf8LineStrict(); in Entry() local
/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go82 type cipherSuite struct { struct
83 id uint16
85 keyLen int
86 macLen int
87 ivLen func(version uint16) int
88 ka func(version uint16) keyAgreement
90 flags int
91 cipher func(key, iv []byte, isRead bool) interface{}
92 mac func(version uint16, macKey []byte) macFunction
93 aead func(version uint16, key, fixedNonce []byte) *tlsAead
[all …]
Dprf.go126 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) {
140 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s…
152 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, …
161 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan…
183 func newFinishedHash(version uint16, cipherSuite *cipherSuite) finishedHash { argument
460 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in…
471 func computePSKBinder(psk, label []byte, cipherSuite *cipherSuite, transcript, truncatedHello []byt… argument
Dticket.go23 cipherSuite uint16 member
Dhandshake_client.go1751 func generatePSKBinders(hello *clientHelloMsg, pskCipherSuite *cipherSuite, psk, transcript []byte,…
Dconn.go45 cipherSuite *cipherSuite member
Dhandshake_messages.go822 cipherSuite uint16 member
Dcommon.go245 cipherSuite uint16 // Ciphersuite negotiated for the session member
/external/conscrypt/testing/src/main/java/libcore/java/security/
DStandardNames.java683 private static final void addRi(String cipherSuite) { in addRi()
687 private static final void addOpenSsl(String cipherSuite) { in addOpenSsl()
691 private static final void addBoth(String cipherSuite) { in addBoth()
696 private static final void addNeither(String cipherSuite) { in addNeither()
1088 private static boolean isPermittedDefaultCipherSuite(String cipherSuite) { in isPermittedDefaultCipherSuite()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLSessionImpl.java48 private String cipherSuite; field in OpenSSLSessionImpl
DSSLParametersImpl.java827 String cipherSuite = session.getCipherSuite(); in getCachedClientSession() local
DNativeCrypto.java928 String cipherSuite = cipherSuites[i]; in setEnabledCipherSuites() local
949 String cipherSuite = cipherSuites[i]; in checkEnabledCipherSuites() local
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp6587 ScopedLocalRef<jstring> cipherSuite(env, in NativeCrypto_SSL_set_cipher_lists() local
6625 ScopedLocalRef<jstring> cipherSuite(env, in NativeCrypto_SSL_set_cipher_lists() local