Home
last modified time | relevance | path

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

/openssl/providers/implementations/storemgmt/
H A Dwinstore_store.c106 static const OSSL_PARAM *winstore_settable_ctx_params(void *loaderctx, const OSSL_PARAM params[]) in winstore_settable_ctx_params() argument
116 static int winstore_set_ctx_params(void *loaderctx, const OSSL_PARAM params[]) in winstore_set_ctx_params() argument
118 struct winstore_ctx_st *ctx = loaderctx; in winstore_set_ctx_params()
280 static int winstore_load(void *loaderctx, in winstore_load() argument
285 struct winstore_ctx_st *ctx = loaderctx; in winstore_load()
300 static int winstore_eof(void *loaderctx) in winstore_eof() argument
302 struct winstore_ctx_st *ctx = loaderctx; in winstore_eof()
307 static int winstore_close(void *loaderctx) in winstore_close() argument
309 struct winstore_ctx_st *ctx = loaderctx; in winstore_close()
H A Dfile_store.c318 static int file_set_ctx_params(void *loaderctx, const OSSL_PARAM params[]) in file_set_ctx_params() argument
320 struct file_ctx_st *ctx = loaderctx; in file_set_ctx_params()
690 static int file_load(void *loaderctx, in file_load() argument
694 struct file_ctx_st *ctx = loaderctx; in file_load()
716 static int file_eof(void *loaderctx) in file_eof() argument
718 struct file_ctx_st *ctx = loaderctx; in file_eof()
758 static int file_close(void *loaderctx) in file_close() argument
760 struct file_ctx_st *ctx = loaderctx; in file_close()
/openssl/test/
H A Dfake_rsaprov.c605 static int fake_rsa_st_set_ctx_params(void *loaderctx, in fake_rsa_st_set_ctx_params() argument
611 static int fake_rsa_st_load(void *loaderctx, in fake_rsa_st_load() argument
615 unsigned char *storectx = loaderctx; in fake_rsa_st_load()
665 static int fake_rsa_st_delete(void *loaderctx, const char *uri, in fake_rsa_st_delete() argument
673 static int fake_rsa_st_eof(void *loaderctx) in fake_rsa_st_eof() argument
675 unsigned char *storectx = loaderctx; in fake_rsa_st_eof()
681 static int fake_rsa_st_close(void *loaderctx) in fake_rsa_st_close() argument
683 OPENSSL_free(loaderctx); in fake_rsa_st_close()
H A Dprovfetchtest.c59 static int dummy_store_load(void *loaderctx, OSSL_CALLBACK *object_cb, in dummy_store_load() argument
66 static int dumm_store_eof(void *loaderctx) in dumm_store_eof() argument
71 static int dummy_store_close(void *loaderctx) in dummy_store_close() argument
/openssl/doc/man7/
H A Dprovider-storemgmt.pod20 int OSSL_FUNC_store_set_ctx_params(void *loaderctx, const OSSL_PARAM[]);
21 int OSSL_FUNC_store_load(void *loaderctx,
24 int OSSL_FUNC_store_eof(void *loaderctx);
25 int OSSL_FUNC_store_close(void *loaderctx);
28 (void *loaderctx, const void *objref, size_t objref_sz,
/openssl/include/openssl/
H A Dcore_dispatch.h1001 (void *loaderctx, const OSSL_PARAM params[]))
1003 (void *loaderctx,
1006 OSSL_CORE_MAKE_FUNC(int, store_eof, (void *loaderctx))
1007 OSSL_CORE_MAKE_FUNC(int, store_close, (void *loaderctx))
1009 (void *loaderctx, const void *objref, size_t objref_sz,

Completed in 22 milliseconds