Home
last modified time | relevance | path

Searched defs:cipherSuite (Results 1 – 18 of 18) 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/conscrypt/openjdk/src/test/java/org/conscrypt/
DMockSessionBuilder.java33 private String cipherSuite = DEFAULT_CIPHER_SUITE; field in MockSessionBuilder
56 MockSessionBuilder cipherSuite(String cipherSuite) { in cipherSuite() argument
DConscryptEngineTest.java370 String cipherSuite = session.getCipherSuite(); in savedSessionWorksAfterClose() local
/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go76 type cipherSuite struct { struct
77 id uint16
79 keyLen int
80 macLen int
81 ivLen func(version uint16) int
82 ka func(version uint16) keyAgreement
84 flags int
85 cipher func(key, iv []byte, isRead bool) interface{}
86 mac func(version uint16, macKey []byte) macFunction
87 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(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { argument
490 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in…
501 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… argument
514 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte…
Dticket.go23 cipherSuite uint16 member
Dhandshake_client.go1817 func generatePSKBinders(version uint16, hello *clientHelloMsg, pskCipherSuite *cipherSuite, psk, fi…
Dhandshake_messages.go901 cipherSuite uint16 member
1399 cipherSuite uint16 member
Dconn.go46 cipherSuite *cipherSuite member
Dcommon.go288 cipherSuite uint16 // Ciphersuite negotiated for the session member
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java657 private static final void addRi(String cipherSuite) { in addRi()
661 private static final void addOpenSsl(String cipherSuite) { in addOpenSsl()
665 private static final void addBoth(String cipherSuite) { in addBoth()
670 private static final void addNeither(String cipherSuite) { in addNeither()
1040 private static boolean isPermittedDefaultCipherSuite(String cipherSuite) { in isPermittedDefaultCipherSuite()
/external/conscrypt/common/src/main/java/org/conscrypt/
DClientSessionContext.java77 String cipherSuite = session.getCipherSuite(); in getCachedSession() local
DSessionSnapshot.java39 private final String cipherSuite; field in SessionSnapshot
DNativeSslSession.java220 private final String cipherSuite; field in NativeSslSession.Impl
DNativeCrypto.java739 static String cipherSuiteToJava(String cipherSuite) { in cipherSuiteToJava()
1003 String cipherSuite = cipherSuites[i]; in setEnabledCipherSuites() local
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSessionContextTest.java172 String cipherSuite = i.next(); in test_SSLSessionContext_setSessionCacheSize_dynamic() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7171 ScopedLocalRef<jstring> cipherSuite( in NativeCrypto_SSL_set_cipher_lists() local
7209 ScopedLocalRef<jstring> cipherSuite( in NativeCrypto_SSL_set_cipher_lists() local