Home
last modified time | relevance | path

Searched refs:algorithm_mkey (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/ssl/
Dssl_cipher.c611 uint32_t algorithm_mkey; member
877 cipher->algorithm_mkey != SSL_kGENERIC) { in ssl_cipher_collect_ciphers()
974 if (!(alg_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1205 alg_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1489 return (cipher->algorithm_mkey & SSL_kDHE) != 0; in SSL_CIPHER_is_DHE()
1493 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in SSL_CIPHER_is_ECDHE()
1497 return (cipher->algorithm_mkey & SSL_kRSA) != 0; in SSL_CIPHER_is_static_RSA()
1501 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1515 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1536 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
[all …]
Dhandshake_server.c773 alg_k = c->algorithm_mkey; in ssl3_choose_cipher()
1060 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in ssl3_send_server_hello()
1148 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange()
1528 alg_k = hs->new_cipher->algorithm_mkey; in ssl3_get_client_key_exchange()
Dhandshake_client.c632 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
956 if ((c->algorithm_mkey & mask_k) || (c->algorithm_auth & mask_a) || in ssl3_get_server_hello()
1203 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ssl3_get_server_key_exchange()
1550 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ssl3_send_client_key_exchange()
Dssl_asn1.c703 if (ret->cipher->algorithm_mkey & (SSL_kRSA | SSL_kDHE)) { in SSL_SESSION_parse()
Dssl_lib.c2316 cipher->algorithm_mkey == SSL_kECDHE && in ssl3_can_false_start()
Dt1_lib.c1849 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()
/external/boringssl/src/include/openssl/
Dssl.h3859 uint32_t algorithm_mkey; member