Lines Matching refs:alg_a
1059 long n, alg_k, alg_a; in ssl3_get_server_key_exchange() local
1125 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_server_key_exchange()
1128 if (alg_a & SSL_aPSK) { in ssl3_get_server_key_exchange()
1197 if (alg_a & SSL_aRSA) { in ssl3_get_server_key_exchange()
1261 if (alg_a & SSL_aRSA) { in ssl3_get_server_key_exchange()
1264 } else if (alg_a & SSL_aECDSA) { in ssl3_get_server_key_exchange()
1617 uint32_t alg_a; in ssl3_send_client_key_exchange() local
1635 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_send_client_key_exchange()
1638 if (alg_a & SSL_aPSK) { in ssl3_send_client_key_exchange()
1931 if (alg_a & SSL_aPSK) { in ssl3_send_client_key_exchange()
2163 long alg_k, alg_a; in ssl3_check_cert_and_algorithm() local
2174 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()
2195 } else if (alg_a & SSL_aECDSA) { in ssl3_check_cert_and_algorithm()
2205 if ((alg_a & SSL_aRSA) && !has_bits(i, EVP_PK_RSA | EVP_PKT_SIGN)) { in ssl3_check_cert_and_algorithm()