Searched refs:rule_p (Results 1 – 1 of 1) sorted by relevance
1433 const char *rule_p; in STACK_OF() local1590 rule_p = rule_str; in STACK_OF()1594 rule_p += 7; in STACK_OF()1595 if (*rule_p == ':') in STACK_OF()1596 rule_p++; in STACK_OF()1599 if (ok && (rule_p[0] != '\0')) in STACK_OF()1600 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list, c); in STACK_OF()
Completed in 8 milliseconds