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

/freebsd-10.1-release/contrib/ofed/libsdp/src/
H A Dmatch.c109 char rule_str[512]; local
126 get_rule_str( rule, rule_str, sizeof( rule_str ) );
129 rule_str );
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_ciph.c1123 static int ssl_cipher_process_rulestr(const char *rule_str, argument
1136 l = rule_str;
1375 const char *rule_str)
1388 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
1481 * We also need cipher aliases for selecting based on the rule_str.
1482 * There might be two types of entries in the rule_str: 1) names
1505 rule_p = rule_str;
1506 if (strncmp(rule_str, "DEFAULT", 7) == 0) {
H A Dssl_locl.h885 const char *rule_str);

Completed in 66 milliseconds