Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapp_params.c75 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent) in print_param_types() argument
77 if (pdefs == NULL) { in print_param_types()
79 } else if (pdefs->key == NULL) { in print_param_types()
87 for (; pdefs->key != NULL; pdefs++) { in print_param_types()
90 describe_param_type(buf, sizeof(buf), pdefs); in print_param_types()
/openssl/apps/include/
H A Dapp_params.h12 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent);

Completed in 8 milliseconds