/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/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; member 196 const OSSL_CORE_HANDLE *handle = in set_self_test_cb() local 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()
|
/openssl-master/providers/common/include/prov/ |
A D | provider_ctx.h | 19 const OSSL_CORE_HANDLE *handle; member
|
/openssl-master/crypto/ |
A D | provider_child.c | 23 const OSSL_CORE_HANDLE *handle; member 57 static int ossl_child_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_child_provider_init() 198 const OSSL_CORE_HANDLE *handle, in ossl_provider_init_as_child()
|
A D | provider_core.c | 185 const OSSL_CORE_HANDLE *handle; member 1643 static int ossl_provider_register_child_cb(const OSSL_CORE_HANDLE *handle, in ossl_provider_register_child_cb() 1729 static void ossl_provider_deregister_child_cb(const OSSL_CORE_HANDLE *handle) in ossl_provider_deregister_child_cb() 1841 static OPENSSL_CORE_CTX *core_get_libctx(const OSSL_CORE_HANDLE *handle) in core_get_libctx() 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() 1922 static int core_clear_last_error_mark(const OSSL_CORE_HANDLE *handle) in core_clear_last_error_mark() [all …]
|
A D | LPdir_win.c | 70 HANDLE handle; member
|
A D | init.c | 128 HMODULE handle = NULL; in DEFINE_RUN_ONCE_STATIC() local 666 HMODULE handle = NULL; in OPENSSL_atexit() local
|
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/providers/ |
A D | nullprov.c | 70 int ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_null_provider_init()
|
A D | legacyprov.c | 182 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init()
|
A D | baseprov.c | 127 int ossl_base_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_base_provider_init()
|
A D | defltprov.c | 544 int ossl_default_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_default_provider_init()
|
/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()
|
/openssl-master/test/ |
A D | p_test.c | 40 const OSSL_CORE_HANDLE *handle; member 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()
|
A D | provfetchtest.c | 201 static int dummy_provider_init(const OSSL_CORE_HANDLE *handle, in dummy_provider_init()
|
A D | tls-provider.c | 836 int tls_provider_init(const OSSL_CORE_HANDLE *handle, in tls_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()
|
/openssl-master/test/testutil/ |
A D | fake_random.c | 164 static int fake_rand_provider_init(const OSSL_CORE_HANDLE *handle, in fake_rand_provider_init()
|
/openssl-master/crypto/dso/ |
A D | dso_dlfcn.c | 447 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY); in dlfcn_globallookup() local
|