Home
last modified time | relevance | path

Searched refs:SSL_kRSA (Results 1 – 10 of 10) sorted by relevance

/external/openssl/ssl/
Ds2_lib.c131 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,
Ds3_lib.c178 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 …]
Dssl_ciph.c239 {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()
Ds3_clnt.c1533 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()
Dd1_srvr.c477 || ((alg_k & SSL_kRSA) in IMPLEMENT_dtls1_meth_func()
1063 if (type & SSL_kRSA) in dtls1_send_server_key_exchange()
Ds3_srvr.c481 || ((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()
Dssl_locl.h282 #define SSL_kRSA 0x00000001L /* RSA key exchange */ macro
Dd1_clnt.c986 else if (alg_k & SSL_kRSA) in dtls1_send_client_key_exchange()
Dssl_lib.c2112 mask_k|=SSL_kRSA; in ssl_set_cert_masks()
2114 emask_k|=SSL_kRSA; in ssl_set_cert_masks()
/external/openssl/patches/
Djsse.patch194 + case SSL_kRSA: