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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl_ciph.c760 const char *rule_p; local
827 rule_p = rule_str;
832 rule_p += 7;
833 if (*rule_p == ':')
834 rule_p++;
837 if (ok && (strlen(rule_p) > 0))
838 ok = ssl_cipher_process_rulestr(rule_p, co_list, &head, &tail,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c948 const char *rule_p;
1014 rule_p = rule_str;
1019 rule_p += 7;
1020 if (*rule_p == ':')
1021 rule_p++;
1024 if (ok && (strlen(rule_p) > 0))
1025 ok = ssl_cipher_process_rulestr(rule_p, co_list, &head, &tail,

Completed in 93 milliseconds