Lines Matching refs:active
160 int active; member
714 co_list[co_list_num].active = 0; in ssl_cipher_collect_ciphers()
893 if (!curr->active) { in ssl_cipher_apply_rule()
895 curr->active = 1; in ssl_cipher_apply_rule()
901 if (curr->active) { in ssl_cipher_apply_rule()
906 if (curr->active) { in ssl_cipher_apply_rule()
913 curr->active = 0; in ssl_cipher_apply_rule()
916 if (curr->active) in ssl_cipher_apply_rule()
926 curr->active = 0; in ssl_cipher_apply_rule()
957 if (curr->active && (curr->cipher->strength_bits > max_strength_bits)) in ssl_cipher_strength_sort()
973 if (curr->active) in ssl_cipher_strength_sort()
1660 if (curr->active) { in STACK_OF()