Home
last modified time | relevance | path

Searched refs:alg_a (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libssl/
H A Dssl_lib.c1578 unsigned long alg_k, alg_a; in ssl_has_ecc_ciphers() local
2336 unsigned long alg_a, alg_k; in ssl_using_ecc_cipher() local
2350 unsigned long alg_a; in ssl_check_srvr_ecc_cert_and_alg() local
2352 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg()
2354 if (alg_a & SSL_aECDSA) { in ssl_check_srvr_ecc_cert_and_alg()
2368 unsigned long alg_a; in ssl_get_server_send_pkey() local
2377 if (alg_a & SSL_aECDSA) { in ssl_get_server_send_pkey()
2379 } else if (alg_a & SSL_aRSA) { in ssl_get_server_send_pkey()
2395 unsigned long alg_a; in ssl_get_sign_pkey() local
2399 alg_a = cipher->algorithm_auth; in ssl_get_sign_pkey()
[all …]
H A Dssl_clnt.c1292 long alg_k, alg_a; in ssl3_get_server_key_exchange() local
1298 alg_a = s->s3->hs.cipher->algorithm_auth; in ssl3_get_server_key_exchange()
1361 if ((alg_a & SSL_aNULL) == 0) { in ssl3_get_server_key_exchange()
1367 if ((alg_a & SSL_aRSA) != 0 && in ssl3_get_server_key_exchange()
1370 } else if ((alg_a & SSL_aECDSA) != 0 && in ssl3_get_server_key_exchange()
2238 long alg_k, alg_a; in ssl3_check_cert_and_algorithm() local
2243 alg_a = s->s3->hs.cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()
2246 if (alg_a & SSL_aNULL) in ssl3_check_cert_and_algorithm()
2265 if ((alg_a & SSL_aRSA) && !has_bits(i, EVP_PK_RSA|EVP_PKT_SIGN)) { in ssl3_check_cert_and_algorithm()
H A Ds3_lib.c2292 unsigned long alg_k, alg_a, mask_k, mask_a; in ssl3_choose_cipher() local
2345 alg_a = c->algorithm_auth; in ssl3_choose_cipher()
2347 ok = (alg_k & mask_k) && (alg_a & mask_a); in ssl3_choose_cipher()
2353 if (alg_a & SSL_aECDSA) in ssl3_choose_cipher()