Searched refs:rule_p (Results 1 – 1 of 1) sorted by relevance
1293 const char *rule_p = rule_str; in ssl_create_cipher_list() local1299 rule_p += 7; in ssl_create_cipher_list()1300 if (*rule_p == ':') { in ssl_create_cipher_list()1301 rule_p++; in ssl_create_cipher_list()1305 if (*rule_p != '\0' && in ssl_create_cipher_list()1306 !ssl_cipher_process_rulestr(ssl_method, rule_p, &head, &tail, strict)) { in ssl_create_cipher_list()