Searched refs:loaderctx (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | fake_rsaprov.c | 396 static int fake_rsa_st_set_ctx_params(void *loaderctx, in fake_rsa_st_set_ctx_params() argument 402 static int fake_rsa_st_load(void *loaderctx, in fake_rsa_st_load() argument 406 unsigned char *storectx = loaderctx; in fake_rsa_st_load() 451 static int fake_rsa_st_eof(void *loaderctx) in fake_rsa_st_eof() argument 453 unsigned char *storectx = loaderctx; in fake_rsa_st_eof() 459 static int fake_rsa_st_close(void *loaderctx) in fake_rsa_st_close() argument 461 OPENSSL_free(loaderctx); in fake_rsa_st_close()
|
H 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
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 322 static int file_set_ctx_params(void *loaderctx, const OSSL_PARAM params[]) in file_set_ctx_params() argument 324 struct file_ctx_st *ctx = loaderctx; in file_set_ctx_params() 696 static int file_load(void *loaderctx, in file_load() argument 700 struct file_ctx_st *ctx = loaderctx; in file_load() 722 static int file_eof(void *loaderctx) in file_eof() argument 724 struct file_ctx_st *ctx = loaderctx; in file_eof() 764 static int file_close(void *loaderctx) in file_close() argument 766 struct file_ctx_st *ctx = loaderctx; in file_close()
|
/freebsd/crypto/openssl/doc/man7/ |
H 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,
|
/freebsd/crypto/openssl/include/openssl/ |
H 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,
|