Searched refs:loaderctx (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/providers/implementations/storemgmt/ |
| H A D | winstore_store.c | 103 static const OSSL_PARAM *winstore_settable_ctx_params(void *loaderctx, const OSSL_PARAM params[]) in winstore_settable_ctx_params() argument 113 static int winstore_set_ctx_params(void *loaderctx, const OSSL_PARAM params[]) in winstore_set_ctx_params() argument 115 struct winstore_ctx_st *ctx = loaderctx; in winstore_set_ctx_params() 290 static int winstore_load(void *loaderctx, in winstore_load() argument 295 struct winstore_ctx_st *ctx = loaderctx; in winstore_load() 310 static int winstore_eof(void *loaderctx) in winstore_eof() argument 312 struct winstore_ctx_st *ctx = loaderctx; in winstore_eof() 317 static int winstore_close(void *loaderctx) in winstore_close() argument 319 struct winstore_ctx_st *ctx = loaderctx; in winstore_close()
|
| H A D | file_store.c | 318 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() 732 static int file_load(void *loaderctx, in file_load() argument 736 struct file_ctx_st *ctx = loaderctx; in file_load() 757 static int file_eof(void *loaderctx) in file_eof() argument 759 struct file_ctx_st *ctx = loaderctx; in file_eof() 799 static int file_close(void *loaderctx) in file_close() argument 801 struct file_ctx_st *ctx = loaderctx; in file_close()
|
| /freebsd/crypto/openssl/test/ |
| 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
|
| H A D | fake_rsaprov.c | 613 static int fake_rsa_st_set_ctx_params(void *loaderctx, in fake_rsa_st_set_ctx_params() argument 619 static int fake_rsa_st_load(void *loaderctx, in fake_rsa_st_load() argument 623 unsigned char *storectx = loaderctx; in fake_rsa_st_load() 670 static int fake_rsa_st_delete(void *loaderctx, const char *uri, in fake_rsa_st_delete() argument 678 static int fake_rsa_st_eof(void *loaderctx) in fake_rsa_st_eof() argument 680 unsigned char *storectx = loaderctx; in fake_rsa_st_eof() 686 static int fake_rsa_st_close(void *loaderctx) in fake_rsa_st_close() argument 688 OPENSSL_free(loaderctx); in fake_rsa_st_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 | 1033 (void *loaderctx, const OSSL_PARAM params[])) 1035 (void *loaderctx, 1038 OSSL_CORE_MAKE_FUNC(int, store_eof, (void *loaderctx)) 1039 OSSL_CORE_MAKE_FUNC(int, store_close, (void *loaderctx)) 1041 (void *loaderctx, const void *objref, size_t objref_sz,
|