Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/store/
H A Dstore_local.h133 struct ossl_store_ctx_st { struct
134 const OSSL_STORE_LOADER *loader; /* legacy */
135 OSSL_STORE_LOADER *fetched_loader;
136 OSSL_STORE_LOADER_CTX *loader_ctx;
137 OSSL_STORE_post_process_info_fn post_process;
138 void *post_process_data;
139 int expected_type;
141 char *properties;
144 int loading;
146 int error_flag;
[all …]