Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_ciph.c1413 const char *rule_p; in STACK_OF() local
1572 rule_p = rule_str; in STACK_OF()
1576 rule_p += 7; in STACK_OF()
1577 if (*rule_p == ':') in STACK_OF()
1578 rule_p++; in STACK_OF()
1581 if (ok && (strlen(rule_p) > 0)) in STACK_OF()
1582 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list, c); in STACK_OF()