Searched refs:type_strings (Results 1 – 2 of 2) sorted by relevance
14 static char *type_strings[] = { variable25 int types = OSSL_NELEM(type_strings); in OSSL_STORE_INFO_type_string()30 return type_strings[type - 1]; in OSSL_STORE_INFO_type_string()
1676 for (i = 0; i < opt->type_strings.num_strings; i++) { in eval_types()1677 const char *type = opt->type_strings.strings[i]; in eval_types()