Searched refs:rule_p (Results 1 – 1 of 1) sorted by relevance
1224 const char *rule_p = rule_str; in ssl_create_cipher_list() local1230 rule_p += 7; in ssl_create_cipher_list()1231 if (*rule_p == ':') { in ssl_create_cipher_list()1232 rule_p++; in ssl_create_cipher_list()1236 if (*rule_p != '\0' && in ssl_create_cipher_list()1237 !ssl_cipher_process_rulestr(rule_p, &head, &tail, strict)) { in ssl_create_cipher_list()