Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c809 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() argument
823 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls, in ssl_cipher_apply_rule()
874 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1000 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
1035 alg_mkey = 0; in ssl_cipher_process_rulestr()
1109 if (alg_mkey) { in ssl_cipher_process_rulestr()
1110 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1111 if (!alg_mkey) { in ssl_cipher_process_rulestr()
1116 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1242 alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
[all …]