Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.c1203 const char *rule_p; in STACK_OF() local
1284 rule_p = rule_str; in STACK_OF()
1288 rule_p += 7; in STACK_OF()
1289 if (*rule_p == ':') { in STACK_OF()
1290 rule_p++; in STACK_OF()
1294 if (ok && strlen(rule_p) > 0) { in STACK_OF()
1295 ok = ssl_cipher_process_rulestr(ssl_method, rule_p, &head, &tail); in STACK_OF()