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

/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssl_ciph.c635 static int ssl_cipher_process_rulestr(const char *rule_str, argument
645 l = rule_str;
806 const char *rule_str)
818 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
847 * We also need cipher aliases for selecting based on the rule_str.
848 * There might be two types of entries in the rule_str: 1) names
872 rule_p = rule_str;
873 if (strncmp(rule_str,"DEFAULT",7) == 0)
H A Dssl_locl.h728 const char *rule_str);

Completed in 93 milliseconds