Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c921 unsigned long alg_mkey, unsigned long alg_auth, in ssl_cipher_apply_rule() argument
934 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits); in ssl_cipher_apply_rule()
978 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1107 unsigned long alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength; in ssl_cipher_process_rulestr() local
1138 alg_mkey = 0; in ssl_cipher_process_rulestr()
1222 if (alg_mkey) in ssl_cipher_process_rulestr()
1224 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1225 if (!alg_mkey) { found = 0; break; } in ssl_cipher_process_rulestr()
1228 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1339 alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, in ssl_cipher_process_rulestr()
[all …]