Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c1211 const char *rule_p; in STACK_OF() local
1326 rule_p = rule_str; in STACK_OF()
1330 rule_p += 7; in STACK_OF()
1331 if (*rule_p == ':') in STACK_OF()
1332 rule_p++; in STACK_OF()
1335 if (ok && (strlen(rule_p) > 0)) in STACK_OF()
1336 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list, in STACK_OF()