Searched refs:loaderctx (Results 1 – 4 of 4) sorted by relevance
/openssl-master/providers/implementations/storemgmt/ |
A D | file_store.c | 324 static int file_set_ctx_params(void *loaderctx, const OSSL_PARAM params[]) in file_set_ctx_params() argument 326 struct file_ctx_st *ctx = loaderctx; in file_set_ctx_params() 697 static int file_load(void *loaderctx, in file_load() argument 701 struct file_ctx_st *ctx = loaderctx; in file_load() 723 static int file_eof(void *loaderctx) in file_eof() argument 725 struct file_ctx_st *ctx = loaderctx; in file_eof() 765 static int file_close(void *loaderctx) in file_close() argument 767 struct file_ctx_st *ctx = loaderctx; in file_close()
|
/openssl-master/test/ |
A D | provfetchtest.c | 59 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-master/doc/man7/ |
A D | provider-storemgmt.pod | 20 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-master/include/openssl/ |
A D | core_dispatch.h | 928 (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 8 milliseconds