/openssl-master/include/crypto/ |
A D | rand.h | 111 size_t ossl_rand_get_entropy(ossl_unused OSSL_CORE_HANDLE *handle, 114 void ossl_rand_cleanup_entropy(ossl_unused OSSL_CORE_HANDLE *handle, 116 size_t ossl_rand_get_nonce(ossl_unused OSSL_CORE_HANDLE *handle, 119 void ossl_rand_cleanup_nonce(ossl_unused OSSL_CORE_HANDLE *handle,
|
/openssl-master/include/openssl/ |
A D | core_dispatch.h | 75 (const OSSL_CORE_HANDLE *prov)) 80 (const OSSL_CORE_HANDLE *prov, 84 (const OSSL_CORE_HANDLE *prov, 90 (const OSSL_CORE_HANDLE *prov)) 104 (const OSSL_CORE_HANDLE *prov, const char *oid, 210 (const OSSL_CORE_HANDLE *handle, 216 (const OSSL_CORE_HANDLE *handle)) 218 (const OSSL_CORE_HANDLE *prov)) 220 (const OSSL_CORE_HANDLE *prov)) 222 (const OSSL_CORE_HANDLE *prov)) [all …]
|
A D | core.h | 30 typedef struct ossl_core_handle_st OSSL_CORE_HANDLE; typedef 190 typedef int (OSSL_provider_init_fn)(const OSSL_CORE_HANDLE *handle,
|
/openssl-master/crypto/rand/ |
A D | prov_seed.c | 15 size_t ossl_rand_get_entropy(ossl_unused OSSL_CORE_HANDLE *handle, in ossl_rand_get_entropy() 41 void ossl_rand_cleanup_entropy(ossl_unused OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_entropy() 47 size_t ossl_rand_get_nonce(ossl_unused OSSL_CORE_HANDLE *handle, in ossl_rand_get_nonce() 72 void ossl_rand_cleanup_nonce(ossl_unused OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_nonce()
|
/openssl-master/providers/common/include/prov/ |
A D | provider_ctx.h | 19 const OSSL_CORE_HANDLE *handle; 34 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle); 37 const OSSL_CORE_HANDLE *ossl_prov_ctx_get0_handle(PROV_CTX *ctx);
|
A D | providercommon.h | 13 const OSSL_CORE_HANDLE *FIPS_get_core_handle(OSSL_LIB_CTX *ctx);
|
/openssl-master/crypto/ |
A D | provider_child.c | 23 const OSSL_CORE_HANDLE *handle; 24 const OSSL_CORE_HANDLE *curr_prov; 57 static int ossl_child_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_child_provider_init() 98 static int provider_create_child_cb(const OSSL_CORE_HANDLE *prov, void *cbdata) in provider_create_child_cb() 162 static int provider_remove_child_cb(const OSSL_CORE_HANDLE *prov, void *cbdata) in provider_remove_child_cb() 198 const OSSL_CORE_HANDLE *handle, in ossl_provider_init_as_child()
|
A D | provider_core.c | 126 int (*create_cb)(const OSSL_CORE_HANDLE *provider, void *cbdata); 127 int (*remove_cb)(const OSSL_CORE_HANDLE *provider, void *cbdata); 185 const OSSL_CORE_HANDLE *handle; 1719 remove_cb((OSSL_CORE_HANDLE *)prov, cbdata); in ossl_provider_register_child_cb() 1859 static int core_thread_start(const OSSL_CORE_HANDLE *handle, in core_thread_start() 1885 static void core_new_error(const OSSL_CORE_HANDLE *handle) in core_new_error() 1890 static void core_set_error_debug(const OSSL_CORE_HANDLE *handle, in core_set_error_debug() 1896 static void core_vset_error(const OSSL_CORE_HANDLE *handle, in core_vset_error() 1917 static int core_set_error_mark(const OSSL_CORE_HANDLE *handle) in core_set_error_mark() 1927 static int core_pop_error_to_mark(const OSSL_CORE_HANDLE *handle) in core_pop_error_to_mark() [all …]
|
A D | context.c | 199 OSSL_LIB_CTX *OSSL_LIB_CTX_new_from_dispatch(const OSSL_CORE_HANDLE *handle, in OSSL_LIB_CTX_new_from_dispatch() 215 OSSL_LIB_CTX *OSSL_LIB_CTX_new_child(const OSSL_CORE_HANDLE *handle, in OSSL_LIB_CTX_new_child()
|
/openssl-master/include/internal/ |
A D | provider.h | 45 int ossl_provider_set_child(OSSL_PROVIDER *prov, const OSSL_CORE_HANDLE *handle); 46 const OSSL_CORE_HANDLE *ossl_provider_get_parent(OSSL_PROVIDER *prov); 108 const OSSL_CORE_HANDLE *handle,
|
/openssl-master/doc/internal/man3/ |
A D | ossl_rand_get_entropy.pod | 13 size_t ossl_rand_get_entropy(OSSL_CORE_HANDLE *handle, 16 void ossl_rand_cleanup_entropy(OSSL_CORE_HANDLE *handle, 18 size_t ossl_rand_get_nonce(OSSL_CORE_HANDLE *handle, 21 void ossl_rand_cleanup_nonce(OSSL_CORE_HANDLE *handle,
|
A D | ossl_provider_new.pod | 44 const OSSL_CORE_HANDLE *handle); 45 const OSSL_CORE_HANDLE *ossl_provider_get_parent(OSSL_PROVIDER *prov); 99 const OSSL_CORE_HANDLE *handle, 179 parent library context. I<handle> is the B<OSSL_CORE_HANDLE> object passed to 302 parameters are the B<OSSL_CORE_HANDLE> and B<OSSL_DISPATCH> pointers that were
|
/openssl-master/providers/common/ |
A D | provider_ctx.c | 30 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle) in ossl_prov_ctx_set0_handle() 49 const OSSL_CORE_HANDLE *ossl_prov_ctx_get0_handle(PROV_CTX *ctx) in ossl_prov_ctx_get0_handle()
|
/openssl-master/doc/man7/ |
A D | provider-base.pod | 23 int core_thread_start(const OSSL_CORE_HANDLE *handle, 28 void core_new_error(const OSSL_CORE_HANDLE *handle); 29 void core_set_error_debug(const OSSL_CORE_HANDLE *handle, 31 void core_vset_error(const OSSL_CORE_HANDLE *handle, 81 size_t get_entropy(const OSSL_CORE_HANDLE *handle, 84 void cleanup_entropy(const OSSL_CORE_HANDLE *handle, 86 size_t get_nonce(const OSSL_CORE_HANDLE *handle, 89 void cleanup_nonce(const OSSL_CORE_HANDLE *handle, 101 const char *provider_name(const OSSL_CORE_HANDLE *prov); 663 OSSL_CORE_HANDLE *handle; [all …]
|
/openssl-master/test/ |
A D | p_test.c | 40 const OSSL_CORE_HANDLE *handle; 83 const OSSL_CORE_HANDLE *hand = ctx->handle; in p_get_params() 228 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init()
|
A D | upcallstest.c | 40 static int obj_provider_init(const OSSL_CORE_HANDLE *handle, in obj_provider_init()
|
A D | user_property_test.c | 69 static int testprov_provider_init(const OSSL_CORE_HANDLE *handle, in testprov_provider_init()
|
A D | fake_rsaprov.c | 209 static int fake_rsa_provider_init(const OSSL_CORE_HANDLE *handle, in fake_rsa_provider_init()
|
A D | filterprov.c | 134 int filter_provider_init(const OSSL_CORE_HANDLE *handle, in filter_provider_init()
|
/openssl-master/providers/fips/ |
A D | fips_entry.c | 13 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init()
|
A D | fipsprov.c | 75 const OSSL_CORE_HANDLE *handle; 196 const OSSL_CORE_HANDLE *handle = in set_self_test_cb() 539 int OSSL_provider_init_int(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init_int() 730 int ossl_fips_intern_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_fips_intern_provider_init() 812 const OSSL_CORE_HANDLE *FIPS_get_core_handle(OSSL_LIB_CTX *libctx) in FIPS_get_core_handle()
|
/openssl-master/providers/ |
A D | nullprov.c | 70 int ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_null_provider_init()
|
A D | baseprov.c | 127 int ossl_base_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_base_provider_init()
|
A D | legacyprov.c | 182 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init()
|
/openssl-master/fuzz/ |
A D | fuzz_rand.c | 144 static int fuzz_rand_provider_init(const OSSL_CORE_HANDLE *handle, in fuzz_rand_provider_init()
|