Searched refs:algo_strength (Results 1 – 2 of 2) sorted by relevance
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()1009 algo_strength = 0; 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()1140 algo_strength = ca_list[j]->algo_strength & SSL_STRONG_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()[all …]
401 uint32_t algo_strength; /* strength and export flags */ member
Completed in 24 milliseconds