Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Ds3_lib.c180 .algorithm_mkey = SSL_kRSA,
193 .algorithm_mkey = SSL_kRSA,
206 .algorithm_mkey = SSL_kRSA,
219 .algorithm_mkey = SSL_kRSA,
232 .algorithm_mkey = SSL_kRSA,
292 .algorithm_mkey = SSL_kRSA,
331 .algorithm_mkey = SSL_kRSA,
374 .algorithm_mkey = SSL_kRSA,
387 .algorithm_mkey = SSL_kRSA,
400 .algorithm_mkey = SSL_kRSA,
[all …]
Dssl_ciph.c197 .algorithm_mkey = SSL_kRSA,
261 .algorithm_mkey = SSL_kRSA,
1202 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1344 case SSL_kRSA: in SSL_CIPHER_description()
1574 case SSL_kRSA: in SSL_CIPHER_get_kx_nid()
Dssl_clnt.c1940 if (alg_k & SSL_kRSA) { in ssl3_send_client_key_exchange()
2269 if ((alg_k & SSL_kRSA) && !has_bits(i, EVP_PK_RSA|EVP_PKT_ENC)) { in ssl3_check_cert_and_algorithm()
Dssl_local.h198 #define SSL_kRSA 0x00000001L /* RSA key exchange */ macro
Dssl_srvr.c1837 if (alg_k & SSL_kRSA) { in ssl3_get_client_key_exchange()
Dssl_lib.c2324 mask_k |= SSL_kRSA; in ssl_set_cert_masks()