Home
last modified time | relevance | path

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

/openssl/test/
H A Dfake_rsaprov.c279 static int fake_rsa_st_set_ctx_params(void *loaderctx, in fake_rsa_st_set_ctx_params() argument
285 static int fake_rsa_st_load(void *loaderctx, in fake_rsa_st_load() argument
289 unsigned char *storectx = loaderctx; in fake_rsa_st_load()
334 static int fake_rsa_st_eof(void *loaderctx) in fake_rsa_st_eof() argument
336 unsigned char *storectx = loaderctx; in fake_rsa_st_eof()
342 static int fake_rsa_st_close(void *loaderctx) in fake_rsa_st_close() argument
344 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/providers/implementations/storemgmt/
H A Dfile_store.c320 static int file_set_ctx_params(void *loaderctx, const OSSL_PARAM params[]) in file_set_ctx_params() argument
322 struct file_ctx_st *ctx = loaderctx; in file_set_ctx_params()
694 static int file_load(void *loaderctx, in file_load() argument
698 struct file_ctx_st *ctx = loaderctx; in file_load()
720 static int file_eof(void *loaderctx) in file_eof() argument
722 struct file_ctx_st *ctx = loaderctx; in file_eof()
762 static int file_close(void *loaderctx) in file_close() argument
764 struct file_ctx_st *ctx = loaderctx; in file_close()
/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.h928 (void *loaderctx, const OSSL_PARAM params[]))
930 (void *loaderctx,
933 OSSL_CORE_MAKE_FUNC(int, store_eof, (void *loaderctx))
934 OSSL_CORE_MAKE_FUNC(int, store_close, (void *loaderctx))
936 (void *loaderctx, const void *objref, size_t objref_sz,

Completed in 30 milliseconds