Searched refs:algorithm_auth (Results 1 – 6 of 6) sorted by relevance
492 uint32_t algorithm_auth; member867 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()1094 alg_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()1305 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()1432 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()1466 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()1480 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()1509 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()1522 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()1526 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()[all …]
255 (cipher->algorithm_auth & mask_a)) { in ssl_write_client_cipher_list()674 if ((cipher->algorithm_mkey & mask_k) || (cipher->algorithm_auth & mask_a) || in do_read_server_hello()944 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_server_key_exchange()1250 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_client_key_exchange()
371 (c->algorithm_auth & mask_a) && in ssl3_choose_cipher()898 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_server_certificate()1160 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_client_key_exchange()
708 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) { in ssl_check_leaf_certificate()
423 uint32_t algorithm_auth;
1845 const uint32_t alg_a = hs->new_cipher->algorithm_auth; in ext_ec_point_add_serverhello()