9#include <openssl/types.h>
10#include <openssl/core_dispatch.h>
11#include <openssl/store.h>
19ossl_store_cleanup_int (
26ossl_store_loader_store_cache_flush (
34ossl_store_loader_store_remove_all_provided (
50const OSSL_DISPATCH ossl_file_store_functions[] = {
51 { OSSL_FUNC_STORE_OPEN, (void (*)(void)) file_open },
58 const UI_METHOD *ui_method,
60 OSSL_STORE_post_process_info_fn post_process,
61 void *post_process_data
72 const UI_METHOD *ui_method,
74 const OSSL_PARAM params[],
75 OSSL_STORE_post_process_info_fn post_process,
76 void *post_process_data
83OSSL_STORE_INFO_get_type (
84 const OSSL_STORE_INFO *info
93 const OSSL_STORE_SEARCH *search
108OSSL_STORE_INFO_get0_NAME (
109 const OSSL_STORE_INFO *info
116OSSL_STORE_INFO_get0_CERT (
117 const OSSL_STORE_INFO *info
124OSSL_STORE_INFO_get0_CRL (
125 const OSSL_STORE_INFO *info
156OSSL_STORE_INFO_free (
157 OSSL_STORE_INFO *info
163OSSL_STORE_SEARCH_by_name (
171OSSL_STORE_SEARCH_free (
172 OSSL_STORE_SEARCH *search