Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/store/
H A Dstore_result.c63 struct extracted_param_data_st { struct
76 static int try_name(struct extracted_param_data_st *, OSSL_STORE_INFO **); argument
77 static int try_key(struct extracted_param_data_st *, OSSL_STORE_INFO **,
80 static int try_cert(struct extracted_param_data_st *, OSSL_STORE_INFO **,
82 static int try_crl(struct extracted_param_data_st *, OSSL_STORE_INFO **,
84 static int try_pkcs12(struct extracted_param_data_st *, OSSL_STORE_INFO **,
96 struct extracted_param_data_st helper_data; in ossl_store_handle_load_result()
174 static int try_name(struct extracted_param_data_st *data, OSSL_STORE_INFO **v) in try_name()
201 static EVP_PKEY *try_key_ref(struct extracted_param_data_st *data, in try_key_ref()
273 static EVP_PKEY *try_key_value(struct extracted_param_data_st *data, in try_key_value()
[all …]