Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc490 uint32_t algorithm_auth; member
814 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()
1037 alg_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()
1253 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
1388 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()
1421 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()
1435 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()
1464 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1477 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()
1481 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()
[all …]
Dhandshake_client.cc271 (cipher->algorithm_auth & mask_a)) { in ssl_write_client_cipher_list()
791 (cipher->algorithm_auth & mask_a) || in do_read_server_hello()
1081 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_server_key_exchange()
1390 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_client_key_exchange()
Dhandshake_server.cc370 (c->algorithm_auth & mask_a) && in choose_cipher()
1089 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_server_certificate()
1385 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_client_key_exchange()
Dssl_cert.cc701 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) { in ssl_check_leaf_certificate()
Dinternal.h520 uint32_t algorithm_auth;
Dextensions.cc1931 const uint32_t alg_a = hs->new_cipher->algorithm_auth; in ext_ec_point_add_serverhello()
/external/cronet/third_party/boringssl/src/ssl/
Dssl_cipher.cc480 uint32_t algorithm_auth; member
852 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()
1075 alg_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()
1279 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
1414 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()
1447 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()
1461 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()
1490 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1503 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()
1507 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()
[all …]
Dhandshake_client.cc267 (cipher->algorithm_auth & mask_a)) { in ssl_write_client_cipher_list()
787 (cipher->algorithm_auth & mask_a) || in do_read_server_hello()
1077 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_server_key_exchange()
1386 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_client_key_exchange()
Dhandshake_server.cc370 (c->algorithm_auth & mask_a) && in choose_cipher()
1089 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_server_certificate()
1385 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_client_key_exchange()
Dssl_cert.cc701 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) { in ssl_check_leaf_certificate()
Dinternal.h520 uint32_t algorithm_auth;
Dextensions.cc1931 const uint32_t alg_a = hs->new_cipher->algorithm_auth; in ext_ec_point_add_serverhello()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc491 uint32_t algorithm_auth; member
866 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()
1093 alg_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()
1296 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
1434 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()
1468 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()
1482 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()
1511 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1524 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()
1528 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()
[all …]
Dhandshake_client.cc257 (cipher->algorithm_auth & mask_a)) { in ssl_write_client_cipher_list()
775 (cipher->algorithm_auth & mask_a) || in do_read_server_hello()
1058 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_server_key_exchange()
1370 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_client_key_exchange()
Dhandshake_server.cc372 (c->algorithm_auth & mask_a) && in choose_cipher()
1091 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_server_certificate()
1351 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_client_key_exchange()
Dssl_cert.cc705 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) { in ssl_check_leaf_certificate()
Dinternal.h530 uint32_t algorithm_auth;
Dextensions.cc1921 const uint32_t alg_a = hs->new_cipher->algorithm_auth; in ext_ec_point_add_serverhello()