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

/netbsd-current/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, argument
787 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls,
837 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
962 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; local
997 alg_mkey = 0;
1071 if (alg_mkey) {
1072 alg_mkey &= ca_list[j]->algorithm_mkey;
1073 if (!alg_mkey) {
1078 alg_mkey
1640 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; local
[all...]
/netbsd-current/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, argument
823 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls,
874 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
1000 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; local
1035 alg_mkey = 0;
1109 if (alg_mkey) {
1110 alg_mkey &= ca_list[j]->algorithm_mkey;
1111 if (!alg_mkey) {
1116 alg_mkey
1695 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; local
[all...]

Completed in 96 milliseconds