Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_ciph.c774 uint32_t alg_auth, uint32_t alg_enc, in ssl_cipher_apply_rule() argument
787 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls, in ssl_cipher_apply_rule()
839 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
962 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
998 alg_auth = 0; in ssl_cipher_process_rulestr()
1085 if (alg_auth) { in ssl_cipher_process_rulestr()
1086 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1087 if (!alg_auth) { in ssl_cipher_process_rulestr()
1092 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1207 alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
[all …]
/third_party/libnl/lib/xfrm/
Dsa.c324 __ADD(XFRM_SA_ATTR_ALG_AUTH, alg_auth),