Home
last modified time | relevance | path

Searched refs:rule_p (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/
H A Dssl_ciph.c1433 const char *rule_p; in STACK_OF() local
1590 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 10 milliseconds