Home
last modified time | relevance | path

Searched refs:alg_mkey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
Dssl_ciph.c522 unsigned long alg_mkey, unsigned long alg_auth, in ssl_cipher_apply_rule() argument
535 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits, in_group); in ssl_cipher_apply_rule()
586 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
716 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; in ssl_cipher_process_rulestr() local
800 alg_mkey = 0; in ssl_cipher_process_rulestr()
879 if (alg_mkey) in ssl_cipher_process_rulestr()
881 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
882 if (!alg_mkey) { found = 0; break; } in ssl_cipher_process_rulestr()
885 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
984 alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, in ssl_cipher_process_rulestr()
[all …]
/external/openssl/ssl/
Dssl_ciph.c922 unsigned long alg_mkey, unsigned long alg_auth, in ssl_cipher_apply_rule() argument
935 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits); in ssl_cipher_apply_rule()
983 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1112 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; in ssl_cipher_process_rulestr() local
1143 alg_mkey = 0; in ssl_cipher_process_rulestr()
1227 if (alg_mkey) in ssl_cipher_process_rulestr()
1229 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1230 if (!alg_mkey) { found = 0; break; } in ssl_cipher_process_rulestr()
1233 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1344 alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, in ssl_cipher_process_rulestr()
[all …]