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

/external/boringssl/src/ssl/
H A Dssl_cipher.c1381 const char *rule_p; local
1467 rule_p = rule_str;
1471 rule_p += 7;
1472 if (*rule_p == ':') {
1473 rule_p++;
1477 if (ok && strlen(rule_p) > 0) {
1478 ok = ssl_cipher_process_rulestr(ssl_method, rule_p, &head, &tail);

Completed in 414 milliseconds