Searched refs:K_DHE_RSA (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/ssl/ |
D | CipherSuite.java | 338 K_DHE_RSA ("DHE_RSA", true), enumConstant 917 0x006b, --p, K_DHE_RSA, B_AES_256, T, max, tls12, P_SHA256); 932 0x0039, --p, K_DHE_RSA, B_AES_256, T); 947 0x0067, --p, K_DHE_RSA, B_AES_128, T, max, tls12, P_SHA256); 962 0x0033, --p, K_DHE_RSA, B_AES_128, T); 988 0x0016, --p, K_DHE_RSA, B_3DES, T); 1065 0x0015, --p, K_DHE_RSA, B_DES, N, tls12); 1080 0x0014, --p, K_DHE_RSA, B_DES_40, N, tls11);
|
D | ServerHandshaker.java | 205 case K_DHE_RSA: in processMessage() 750 case K_DHE_RSA: in clientHello() 958 case K_DHE_RSA: in trySetCipherSuite() 1028 case K_DHE_RSA: in trySetCipherSuite()
|
D | ClientHandshaker.java | 203 case K_DHE_RSA: in processMessage() 834 case K_DHE_RSA: in serverHelloDone() 925 case K_DHE_RSA: in serverHelloDone()
|
D | SSLAlgorithmConstraints.java | 299 case K_DHE_RSA: in decomposes()
|