Home
last modified time | relevance | path

Searched refs:type_strings (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/store/
H A Dstore_strings.c14 static char *type_strings[] = { variable
25 int types = OSSL_NELEM(type_strings); in OSSL_STORE_INFO_type_string()
30 return type_strings[type - 1]; in OSSL_STORE_INFO_type_string()
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool.c1676 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()