Lines Matching refs:algo_strength
776 uint32_t algo_strength, int rule, in ssl_cipher_apply_rule() argument
788 algo_strength, strength_bits); in ssl_cipher_apply_rule()
833 cp->algo_strength); in ssl_cipher_apply_rule()
847 if ((algo_strength & SSL_STRONG_MASK) in ssl_cipher_apply_rule()
848 && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
850 if ((algo_strength & SSL_DEFAULT_MASK) in ssl_cipher_apply_rule()
851 && !(algo_strength & SSL_DEFAULT_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
962 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
1002 algo_strength = 0; in ssl_cipher_process_rulestr()
1118 if (ca_list[j]->algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1119 if (algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1120 algo_strength &= in ssl_cipher_process_rulestr()
1121 (ca_list[j]->algo_strength & SSL_STRONG_MASK) | in ssl_cipher_process_rulestr()
1123 if (!(algo_strength & SSL_STRONG_MASK)) { in ssl_cipher_process_rulestr()
1128 algo_strength = ca_list[j]->algo_strength & SSL_STRONG_MASK; in ssl_cipher_process_rulestr()
1132 if (ca_list[j]->algo_strength & SSL_DEFAULT_MASK) { in ssl_cipher_process_rulestr()
1133 if (algo_strength & SSL_DEFAULT_MASK) { in ssl_cipher_process_rulestr()
1134 algo_strength &= in ssl_cipher_process_rulestr()
1135 (ca_list[j]->algo_strength & SSL_DEFAULT_MASK) | in ssl_cipher_process_rulestr()
1137 if (!(algo_strength & SSL_DEFAULT_MASK)) { in ssl_cipher_process_rulestr()
1142 algo_strength |= in ssl_cipher_process_rulestr()
1143 ca_list[j]->algo_strength & SSL_DEFAULT_MASK; in ssl_cipher_process_rulestr()
1206 min_tls, algo_strength, rule, -1, head_p, in ssl_cipher_process_rulestr()