Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc492 uint32_t algorithm_auth; member
867 !(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 …]
Dhandshake_client.cc255 (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()
Dhandshake_server.cc371 (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()
Dssl_cert.cc708 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) { in ssl_check_leaf_certificate()
Dinternal.h423 uint32_t algorithm_auth;
Dt1_lib.cc1845 const uint32_t alg_a = hs->new_cipher->algorithm_auth; in ext_ec_point_add_serverhello()