Home
last modified time | relevance | path

Searched defs:ossl_store_ctx_st (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_local.h132 struct ossl_store_ctx_st { struct
133 const OSSL_STORE_LOADER *loader; /* legacy */
134 OSSL_STORE_LOADER *fetched_loader;
135 OSSL_STORE_LOADER_CTX *loader_ctx;
136 OSSL_STORE_post_process_info_fn post_process;
137 void *post_process_data;
138 int expected_type;
140 char *properties;
143 int loading;
145 int error_flag;
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_lib.c24 struct ossl_store_ctx_st { struct
25 const OSSL_STORE_LOADER *loader;
26 OSSL_STORE_LOADER_CTX *loader_ctx;
27 const UI_METHOD *ui_method;
28 void *ui_data;
29 OSSL_STORE_post_process_info_fn post_process;
30 void *post_process_data;
31 int expected_type;
34 int loading;