Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/store/
H A Dstore_strings.c12 static char *type_strings[] = { variable
22 int types = sizeof(type_strings) / sizeof(type_strings[0]); in OSSL_STORE_INFO_type_string()
27 return type_strings[type - 1]; in OSSL_STORE_INFO_type_string()
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dhxtool.c1675 for (i = 0; i < opt->type_strings.num_strings; i++) { in eval_types()
1676 const char *type = opt->type_strings.strings[i]; in eval_types()