Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/
H A Dssl_ciph.c767 uint32_t alg_mac, int min_tls, in ssl_cipher_apply_rule() argument
781 (unsigned int)alg_enc, (unsigned int)alg_mac, min_tls, in ssl_cipher_apply_rule()
842 if (alg_mac && !(alg_mac & cp->algorithm_mac)) in ssl_cipher_apply_rule()
960 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
998 alg_mac = 0; in ssl_cipher_process_rulestr()
1107 if (alg_mac) { in ssl_cipher_process_rulestr()
1108 alg_mac &= ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1109 if (!alg_mac) { in ssl_cipher_process_rulestr()
1114 alg_mac = ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1199 alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
[all …]