Searched refs:alg_a (Results 1 – 3 of 3) sorted by relevance
898 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_server_certificate() local900 ((alg_a & SSL_aPSK) && hs->config->psk_identity_hint)) { in do_send_server_certificate()911 if (alg_a & SSL_aPSK) { in do_send_server_certificate()1160 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_client_key_exchange() local1163 if (alg_a & SSL_aPSK) { in do_read_client_key_exchange()1295 if (alg_a & SSL_aPSK) { in do_read_client_key_exchange()
944 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_server_key_exchange() local946 if (alg_a & SSL_aPSK) { in do_read_server_key_exchange()1088 assert(alg_a == SSL_aPSK); in do_read_server_key_exchange()1250 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_client_key_exchange() local1276 if (alg_a & SSL_aPSK) { in do_send_client_key_exchange()1375 if (alg_a & SSL_aPSK) { in do_send_client_key_exchange()
1845 const uint32_t alg_a = hs->new_cipher->algorithm_auth; in ext_ec_point_add_serverhello() local1846 const bool using_ecc = (alg_k & SSL_kECDHE) || (alg_a & SSL_aECDSA); in ext_ec_point_add_serverhello()