Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_ciph.c822 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls, in ssl_cipher_apply_rule()
873 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
999 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
1034 alg_mkey = 0; in ssl_cipher_process_rulestr()
1115 if (alg_mkey) { in ssl_cipher_process_rulestr()
1116 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1117 if (!alg_mkey) { in ssl_cipher_process_rulestr()
1122 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1708 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local
1721 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
[all …]

Completed in 12 milliseconds