Searched refs:SSL_kRSA (Results 1 – 10 of 10) sorted by relevance
/external/openssl/ssl/ |
D | s2_lib.c | 131 SSL_kRSA, 148 SSL_kRSA, 164 SSL_kRSA, 180 SSL_kRSA, 196 SSL_kRSA, 213 SSL_kRSA, 230 SSL_kRSA, 246 SSL_kRSA, 263 SSL_kRSA,
|
D | s3_lib.c | 178 SSL_kRSA, 194 SSL_kRSA, 210 SSL_kRSA, 226 SSL_kRSA, 242 SSL_kRSA, 258 SSL_kRSA, 275 SSL_kRSA, 292 SSL_kRSA, 308 SSL_kRSA, 324 SSL_kRSA, [all …]
|
D | ssl_ciph.c | 239 {0,SSL_TXT_kRSA,0, SSL_kRSA, 0,0,0,0,0,0,0,0}, 279 {0,SSL_TXT_RSA,0, SSL_kRSA,SSL_aRSA,0,0,0,0,0,0,0}, 704 *mkey |= SSL_kRSA; in ssl_cipher_get_disabled() 1420 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF() 1570 case SSL_kRSA: in SSL_CIPHER_description() 1766 case SSL_kRSA: in SSL_CIPHER_authentication_method()
|
D | s3_clnt.c | 1533 if (alg_k & SSL_kRSA) in ssl3_get_key_exchange() 2305 else if (alg_k & SSL_kRSA) in ssl3_send_client_key_exchange() 3291 if ((alg_k & SSL_kRSA) && in ssl3_check_cert_and_algorithm() 3322 if (alg_k & SSL_kRSA) in ssl3_check_cert_and_algorithm()
|
D | d1_srvr.c | 477 || ((alg_k & SSL_kRSA) in IMPLEMENT_dtls1_meth_func() 1063 if (type & SSL_kRSA) in dtls1_send_server_key_exchange()
|
D | s3_srvr.c | 481 || ((alg_k & SSL_kRSA) in IMPLEMENT_ssl3_meth_func() 1596 if (type & SSL_kRSA) in ssl3_send_server_key_exchange() 2162 if (alg_k & SSL_kRSA) in ssl3_get_client_key_exchange()
|
D | ssl_locl.h | 282 #define SSL_kRSA 0x00000001L /* RSA key exchange */ macro
|
D | d1_clnt.c | 986 else if (alg_k & SSL_kRSA) in dtls1_send_client_key_exchange()
|
D | ssl_lib.c | 2112 mask_k|=SSL_kRSA; in ssl_set_cert_masks() 2114 emask_k|=SSL_kRSA; in ssl_set_cert_masks()
|
/external/openssl/patches/ |
D | jsse.patch | 194 + case SSL_kRSA:
|