Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c773 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() argument
787 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls, in ssl_cipher_apply_rule()
837 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
962 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
997 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()
1205 alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]