/openssl/crypto/thread/ |
H A D | arch.c | 16 CRYPTO_THREAD *handle; in ossl_crypto_thread_native_start() local 106 int ossl_crypto_thread_native_clean(CRYPTO_THREAD *handle) in ossl_crypto_thread_native_clean()
|
H A D | internal.c | 75 CRYPTO_THREAD *handle = vhandle; in ossl_crypto_thread_join() local 97 CRYPTO_THREAD *handle = vhandle; in ossl_crypto_thread_clean() local
|
/openssl/providers/common/ |
H A D | provider_seeding.c | 85 const OSSL_CORE_HANDLE *handle = CORE_HANDLE(prov_ctx); in ossl_prov_get_entropy() local 97 const OSSL_CORE_HANDLE *handle = CORE_HANDLE(prov_ctx); in ossl_prov_cleanup_entropy() local 109 const OSSL_CORE_HANDLE *handle = CORE_HANDLE(prov_ctx); in ossl_prov_get_nonce() local 120 const OSSL_CORE_HANDLE *handle = CORE_HANDLE(prov_ctx); in ossl_prov_cleanup_nonce() local
|
H 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/providers/fips/ |
H A D | fips_entry.c | 13 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init()
|
H A D | fipsprov.c | 88 const OSSL_CORE_HANDLE *handle; member 211 const OSSL_CORE_HANDLE *handle = in set_self_test_cb() local 633 int OSSL_provider_init_int(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init_int() 838 int ossl_fips_intern_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_fips_intern_provider_init()
|
/openssl/test/ |
H A D | p_minimal.c | 18 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init()
|
H A D | p_test.c | 42 const OSSL_CORE_HANDLE *handle; member 242 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init()
|
H A D | upcallstest.c | 49 static int obj_provider_init(const OSSL_CORE_HANDLE *handle, in obj_provider_init()
|
H A D | user_property_test.c | 69 static int testprov_provider_init(const OSSL_CORE_HANDLE *handle, in testprov_provider_init()
|
/openssl/crypto/ |
H A D | provider_core.c | 191 const OSSL_CORE_HANDLE *handle; member 2248 static int core_thread_start(const OSSL_CORE_HANDLE *handle, in core_thread_start() 2274 static void core_new_error(const OSSL_CORE_HANDLE *handle) in core_new_error() 2279 static void core_set_error_debug(const OSSL_CORE_HANDLE *handle, in core_set_error_debug() 2285 static void core_vset_error(const OSSL_CORE_HANDLE *handle, in core_vset_error() 2306 static int core_set_error_mark(const OSSL_CORE_HANDLE *handle) in core_set_error_mark() 2316 static int core_pop_error_to_mark(const OSSL_CORE_HANDLE *handle) in core_pop_error_to_mark() 2333 static size_t rand_get_entropy(const OSSL_CORE_HANDLE *handle, in rand_get_entropy() 2349 static void rand_cleanup_entropy(const OSSL_CORE_HANDLE *handle, in rand_cleanup_entropy() 2363 static size_t rand_get_nonce(const OSSL_CORE_HANDLE *handle, in rand_get_nonce() [all …]
|
H A D | provider_child.c | 24 const OSSL_CORE_HANDLE *handle; member 52 static int ossl_child_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_child_provider_init() 192 const OSSL_CORE_HANDLE *handle, in ossl_provider_init_as_child()
|
H A D | LPdir_win.c | 70 HANDLE handle; member
|
H A D | init.c | 138 HMODULE handle = NULL; in DEFINE_RUN_ONCE_STATIC() local 676 HMODULE handle = NULL; in OPENSSL_atexit() local
|
H A D | context.c | 450 OSSL_LIB_CTX *OSSL_LIB_CTX_new_from_dispatch(const OSSL_CORE_HANDLE *handle, in OSSL_LIB_CTX_new_from_dispatch() 466 OSSL_LIB_CTX *OSSL_LIB_CTX_new_child(const OSSL_CORE_HANDLE *handle, in OSSL_LIB_CTX_new_child()
|
/openssl/providers/common/include/prov/ |
H A D | provider_ctx.h | 19 const OSSL_CORE_HANDLE *handle; member
|
/openssl/providers/ |
H A D | nullprov.c | 70 int ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_null_provider_init()
|
H A D | baseprov.c | 137 int ossl_base_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_base_provider_init()
|
H A D | defltprov.c | 615 int ossl_default_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_default_provider_init()
|
H A D | legacyprov.c | 199 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init()
|
/openssl/crypto/thread/arch/ |
H A D | thread_posix.c | 39 pthread_t *handle; in ossl_crypto_thread_native_spawn() local 66 pthread_t *handle; in ossl_crypto_thread_native_perform_join() local
|
H A D | thread_win.c | 37 HANDLE *handle; in ossl_crypto_thread_native_spawn() local 59 HANDLE *handle; in ossl_crypto_thread_native_perform_join() local
|
/openssl/doc/designs/ddd/ |
H A D | ddd-06-mem-uv.c | 282 static void net_read_alloc(uv_handle_t *handle, in net_read_alloc() 567 static void net_connect_fail_close_done(uv_handle_t *handle) in net_connect_fail_close_done() 649 static void teardown_continued(uv_handle_t *handle) in teardown_continued()
|
/openssl/fuzz/ |
H A D | fuzz_rand.c | 144 static int fuzz_rand_provider_init(const OSSL_CORE_HANDLE *handle, in fuzz_rand_provider_init()
|
/openssl/include/internal/ |
H A D | thread_arch.h | 76 void *handle; member
|