Lines Matching refs:active
151 int active; member
685 co_list[co_list_num].active = 0; in ssl_cipher_collect_ciphers()
869 if (!curr->active) { in ssl_cipher_apply_rule()
871 curr->active = 1; in ssl_cipher_apply_rule()
877 if (curr->active) { in ssl_cipher_apply_rule()
882 if (curr->active) { in ssl_cipher_apply_rule()
889 curr->active = 0; in ssl_cipher_apply_rule()
892 if (curr->active) in ssl_cipher_apply_rule()
902 curr->active = 0; in ssl_cipher_apply_rule()
933 if (curr->active && (curr->cipher->strength_bits > max_strength_bits)) in ssl_cipher_strength_sort()
947 if (curr->active) in ssl_cipher_strength_sort()
1647 if (curr->active) { in STACK_OF()