Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/
H A Dssl_ciph.c765 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() argument
780 rule, (unsigned int)alg_mkey, (unsigned int)alg_auth, in ssl_cipher_apply_rule()
836 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
960 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
995 alg_mkey = 0; in ssl_cipher_process_rulestr()
1071 if (alg_mkey) { in ssl_cipher_process_rulestr()
1072 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1073 if (!alg_mkey) { in ssl_cipher_process_rulestr()
1078 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1199 alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
[all …]