Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Ds3_lib.c185 .algorithm_mkey = SSL_kRSA,
201 .algorithm_mkey = SSL_kRSA,
217 .algorithm_mkey = SSL_kRSA,
233 .algorithm_mkey = SSL_kRSA,
249 .algorithm_mkey = SSL_kRSA,
321 .algorithm_mkey = SSL_kRSA,
369 .algorithm_mkey = SSL_kRSA,
418 .algorithm_mkey = SSL_kRSA,
434 .algorithm_mkey = SSL_kRSA,
450 .algorithm_mkey = SSL_kRSA,
[all …]
H A Dssl_ciph.c200 .algorithm_mkey = SSL_kRSA,
284 .algorithm_mkey = SSL_kRSA,
1286 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1442 case SSL_kRSA: in SSL_CIPHER_description()
1697 case SSL_kRSA: in SSL_CIPHER_get_kx_nid()
H A Dssl_clnt.c2042 if (alg_k & SSL_kRSA) { in ssl3_send_client_key_exchange()
2460 if ((alg_k & SSL_kRSA) && !has_bits(i, EVP_PK_RSA|EVP_PKT_ENC)) { in ssl3_check_cert_and_algorithm()
H A Dssl_locl.h208 #define SSL_kRSA 0x00000001L /* RSA key exchange */ macro
H A Dssl_srvr.c1890 if (alg_k & SSL_kRSA) { in ssl3_get_client_key_exchange()
H A Dssl_lib.c2235 mask_k |= SSL_kRSA; in ssl_set_cert_masks()