Lines Matching refs:algo_strength

778                                   uint32_t algo_strength, int rule,  in ssl_cipher_apply_rule()  argument
791 (unsigned int)algo_strength, (int)strength_bits); in ssl_cipher_apply_rule()
841 (unsigned int)cp->algo_strength); in ssl_cipher_apply_rule()
855 if ((algo_strength & SSL_STRONG_MASK) in ssl_cipher_apply_rule()
856 && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
858 if ((algo_strength & SSL_DEFAULT_MASK) in ssl_cipher_apply_rule()
859 && !(algo_strength & SSL_DEFAULT_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
969 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
1009 algo_strength = 0; in ssl_cipher_process_rulestr()
1130 if (ca_list[j]->algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1131 if (algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1132 algo_strength &= in ssl_cipher_process_rulestr()
1133 (ca_list[j]->algo_strength & SSL_STRONG_MASK) | in ssl_cipher_process_rulestr()
1135 if (!(algo_strength & SSL_STRONG_MASK)) { in ssl_cipher_process_rulestr()
1140 algo_strength = ca_list[j]->algo_strength & SSL_STRONG_MASK; in ssl_cipher_process_rulestr()
1144 if (ca_list[j]->algo_strength & SSL_DEFAULT_MASK) { in ssl_cipher_process_rulestr()
1145 if (algo_strength & SSL_DEFAULT_MASK) { in ssl_cipher_process_rulestr()
1146 algo_strength &= in ssl_cipher_process_rulestr()
1147 (ca_list[j]->algo_strength & SSL_DEFAULT_MASK) | in ssl_cipher_process_rulestr()
1149 if (!(algo_strength & SSL_DEFAULT_MASK)) { in ssl_cipher_process_rulestr()
1154 algo_strength |= in ssl_cipher_process_rulestr()
1155 ca_list[j]->algo_strength & SSL_DEFAULT_MASK; in ssl_cipher_process_rulestr()
1217 min_tls, algo_strength, rule, -1, head_p, in ssl_cipher_process_rulestr()