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

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_ciph.c1025 static int ssl_cipher_process_rulestr(const char *rule_str, argument
1036 l = rule_str;
1278 const char *rule_str)
1290 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
1363 * We also need cipher aliases for selecting based on the rule_str.
1364 * There might be two types of entries in the rule_str: 1) names
1388 rule_p = rule_str;
1389 if (strncmp(rule_str,"DEFAULT",7) == 0)
H A Dssl_locl.h802 const char *rule_str);

Completed in 35 milliseconds