Lines Matching refs:algo_strength

812                                   uint32_t algo_strength, int rule,  in ssl_cipher_apply_rule()  argument
824 algo_strength, strength_bits); in ssl_cipher_apply_rule()
870 cp->algo_strength); in ssl_cipher_apply_rule()
884 if ((algo_strength & SSL_STRONG_MASK) in ssl_cipher_apply_rule()
885 && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
887 if ((algo_strength & SSL_DEFAULT_MASK) in ssl_cipher_apply_rule()
888 && !(algo_strength & SSL_DEFAULT_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
1000 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
1040 algo_strength = 0; in ssl_cipher_process_rulestr()
1156 if (ca_list[j]->algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1157 if (algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1158 algo_strength &= in ssl_cipher_process_rulestr()
1159 (ca_list[j]->algo_strength & SSL_STRONG_MASK) | in ssl_cipher_process_rulestr()
1161 if (!(algo_strength & SSL_STRONG_MASK)) { in ssl_cipher_process_rulestr()
1166 algo_strength = ca_list[j]->algo_strength & SSL_STRONG_MASK; in ssl_cipher_process_rulestr()
1170 if (ca_list[j]->algo_strength & SSL_DEFAULT_MASK) { in ssl_cipher_process_rulestr()
1171 if (algo_strength & SSL_DEFAULT_MASK) { in ssl_cipher_process_rulestr()
1172 algo_strength &= in ssl_cipher_process_rulestr()
1173 (ca_list[j]->algo_strength & SSL_DEFAULT_MASK) | in ssl_cipher_process_rulestr()
1175 if (!(algo_strength & SSL_DEFAULT_MASK)) { in ssl_cipher_process_rulestr()
1180 algo_strength |= in ssl_cipher_process_rulestr()
1181 ca_list[j]->algo_strength & SSL_DEFAULT_MASK; in ssl_cipher_process_rulestr()
1243 min_tls, algo_strength, rule, -1, head_p, in ssl_cipher_process_rulestr()