extracted_param_data_st
static int try_name(struct extracted_param_data_st *data, OSSL_STORE_INFO **v)
static EVP_PKEY *try_key_ref(struct extracted_param_data_st *data,
static EVP_PKEY *try_key_value(struct extracted_param_data_st *data,
static EVP_PKEY *try_key_value_legacy(struct extracted_param_data_st *data,
static int try_key(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
static int try_cert(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
static int try_crl(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
static int try_pkcs12(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
static int try_name(struct extracted_param_data_st *, OSSL_STORE_INFO **);
static int try_key(struct extracted_param_data_st *, OSSL_STORE_INFO **,
static int try_cert(struct extracted_param_data_st *, OSSL_STORE_INFO **,
static int try_crl(struct extracted_param_data_st *, OSSL_STORE_INFO **,
static int try_pkcs12(struct extracted_param_data_st *, OSSL_STORE_INFO **,
struct extracted_param_data_st helper_data;