Lines Matching refs:ok
1031 int j, multi, found, rule, retval, ok, buflen;
1236 * Ok, we have the rule, now apply it
1240 ok = 0;
1243 ok = ssl_cipher_strength_sort(head_p, tail_p);
1247 if (ok == 0)
1280 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases;
1387 ok = 1;
1391 ok = ssl_cipher_process_rulestr(SSL_DEFAULT_CIPHER_LIST,
1398 if (ok && (strlen(rule_p) > 0))
1399 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list);
1403 if (!ok)