Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 128) sorted by relevance

123456

/openssl/test/
H A Dupcallstest.c49 static int obj_provider_init(const OSSL_CORE_HANDLE *handle, in obj_provider_init() argument
54 *provctx = (void *)handle; in obj_provider_init()
72 if (!c_obj_create(handle, DIGEST_OID, DIGEST_SN, DIGEST_LN) in obj_provider_init()
73 || !c_obj_create(handle, SIG_OID, SIG_SN, SIG_LN) in obj_provider_init()
74 || !c_obj_create(handle, SIGALG_OID, SIGALG_SN, SIGALG_LN)) in obj_provider_init()
77 if (!c_obj_create(handle, NODIG_SIG_OID, NODIG_SIG_SN, NODIG_SIG_LN) in obj_provider_init()
78 || !c_obj_create(handle, NODIG_SIGALG_OID, NODIG_SIGALG_SN, NODIG_SIGALG_LN)) in obj_provider_init()
81 if (!c_obj_add_sigid(handle, SIGALG_OID, DIGEST_SN, SIG_LN)) in obj_provider_init()
85 if (!c_obj_add_sigid(handle, NODIG_SIGALG_OID, "", NODIG_SIG_LN)) in obj_provider_init()
88 if (c_obj_add_sigid(handle, NODIG_SIGALG_OID, "NonsenseAlg", NODIG_SIG_LN)) in obj_provider_init()
H A Dp_test.c40 const OSSL_CORE_HANDLE *handle; member
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() argument
274 ctx->handle = handle; in OSSL_provider_init()
277 ctx->libctx = OSSL_LIB_CTX_new_child(handle, oin); in OSSL_provider_init()
H A Duser_property_test.c69 static int testprov_provider_init(const OSSL_CORE_HANDLE *handle, in testprov_provider_init() argument
74 *provctx = (void *)handle; in testprov_provider_init()
H A Dsmcont.txt1 Somewhat longer test content for OpenSSL CMS utility to handle, and a bit longer...
/openssl/crypto/
H A Dprovider_child.c24 const OSSL_CORE_HANDLE *handle; member
52 static int ossl_child_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_child_provider_init() argument
80 ctx = (OSSL_LIB_CTX *)c_get_libctx(handle); in ossl_child_provider_init()
190 const OSSL_CORE_HANDLE *handle, in ossl_provider_init_as_child() argument
202 gbl->handle = handle; in ossl_provider_init_as_child()
252 if (!gbl->c_provider_register_child_cb(gbl->handle, in ossl_provider_init_as_child()
269 gbl->c_provider_deregister_child_cb(gbl->handle); in ossl_provider_deinit_child()
295 if (parent_handle == gbl->handle) in ossl_provider_up_ref_parent()
311 if (parent_handle == gbl->handle) in ossl_provider_free_parent()
H A DLPdir_win.c70 HANDLE handle; member
152 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx); in LP_find_file()
166 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); in LP_find_file()
169 if ((*ctx)->handle == INVALID_HANDLE_VALUE) { in LP_find_file()
176 if (FindNextFile((*ctx)->handle, &(*ctx)->ctx) == FALSE) { in LP_find_file()
207 FindClose((*ctx)->handle); in LP_find_file_end()
H A Dprovider_core.c191 const OSSL_CORE_HANDLE *handle; member
1638 return prov->handle; in ossl_provider_get_parent()
1648 prov->handle = handle; in ossl_provider_set_child()
1694 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_register_child_cb()
1770 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_deregister_child_cb()
1887 OSSL_PROVIDER *prov = (OSSL_PROVIDER *)handle; in core_get_params()
1918 OSSL_PROVIDER *prov = (OSSL_PROVIDER *)handle; in core_get_libctx()
1938 OSSL_PROVIDER *prov = (OSSL_PROVIDER *)handle; in core_thread_start()
1956 static void core_new_error(const OSSL_CORE_HANDLE *handle) in core_new_error() argument
1967 static void core_vset_error(const OSSL_CORE_HANDLE *handle, in core_vset_error() argument
[all …]
H A Dinit.c136 HMODULE handle = NULL; in DEFINE_RUN_ONCE_STATIC() local
142 (void *)&base_inited, &handle); in DEFINE_RUN_ONCE_STATIC()
663 HMODULE handle = NULL; in OPENSSL_atexit() local
678 handlersym.sym, &handle); in OPENSSL_atexit()
/openssl/providers/common/
H A Dprovider_ctx.c30 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle) in ossl_prov_ctx_set0_handle() argument
33 ctx->handle = handle; in ossl_prov_ctx_set0_handle()
53 return ctx->handle; in ossl_prov_ctx_get0_handle()
/openssl/include/crypto/
H A Drand.h111 size_t ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle,
114 void ossl_rand_cleanup_entropy(ossl_unused const OSSL_CORE_HANDLE *handle,
116 size_t ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle,
119 void ossl_rand_cleanup_nonce(ossl_unused const OSSL_CORE_HANDLE *handle,
/openssl/doc/man7/
H A Dx509.pod25 To handle some complex parts of a certificate, there are the types
34 handle X.509 certificates, with some exceptions, shown below.
37 functions handle X.509 CRLs.
40 functions handle PKCS#10 certificate requests.
42 B<X509_NAME_>I<XXX> functions handle certificate names.
44 B<X509_ATTRIBUTE_>I<XXX> functions handle certificate attributes.
46 B<X509_EXTENSION_>I<XXX> functions handle certificate extensions.
H A Dprovider-base.pod23 int core_thread_start(const OSSL_CORE_HANDLE *handle,
28 void core_new_error(const OSSL_CORE_HANDLE *handle);
31 void core_vset_error(const OSSL_CORE_HANDLE *handle,
76 size_t get_entropy(const OSSL_CORE_HANDLE *handle,
81 size_t get_nonce(const OSSL_CORE_HANDLE *handle,
226 reference to the I<handle>.
323 I<handle> is this provider's handle and I<cbdata> is this provider's data
350 I<handle>.
374 can handle.
654 OSSL_CORE_HANDLE *handle;
[all …]
/openssl/crypto/rand/
H A Dprov_seed.c15 size_t ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_entropy() argument
41 void ossl_rand_cleanup_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_entropy() argument
47 size_t ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_nonce() argument
72 void ossl_rand_cleanup_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_nonce() argument
/openssl/providers/fips/
H A Dfips_entry.c13 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() argument
18 return OSSL_provider_init_int(handle, in, out, provctx); in OSSL_provider_init()
H A Dfipsprov.c77 const OSSL_CORE_HANDLE *handle; member
151 if (!c_get_params(fgbl->handle, core_params)) { in fips_get_params_from_core()
190 const OSSL_CORE_HANDLE *handle = in set_self_test_cb() local
194 c_stcbfn(c_get_libctx(handle), &fgbl->selftest_params.cb, in set_self_test_cb()
532 int OSSL_provider_init_int(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init_int() argument
665 fgbl->handle = handle; in OSSL_provider_init_int()
703 ossl_prov_ctx_set0_handle(*provctx, handle); in OSSL_provider_init_int()
722 int ossl_fips_intern_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_fips_intern_provider_init() argument
751 (OSSL_LIB_CTX *)c_internal_get_libctx(handle)); in ossl_fips_intern_provider_init()
752 ossl_prov_ctx_set0_handle(*provctx, handle); in ossl_fips_intern_provider_init()
[all …]
/openssl/providers/common/include/prov/
H A Dprovider_ctx.h19 const OSSL_CORE_HANDLE *handle; member
34 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle);
/openssl/providers/
H A Dbaseprov.c127 int ossl_base_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_base_provider_init() argument
171 (OSSL_LIB_CTX *)c_get_libctx(handle)); in ossl_base_provider_init()
172 ossl_prov_ctx_set0_handle(*provctx, handle); in ossl_base_provider_init()
H A Dnullprov.c70 int ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_null_provider_init() argument
78 *provctx = (void *)handle; in ossl_null_provider_init()
H A Dlegacyprov.c199 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() argument
242 || (libctx = OSSL_LIB_CTX_new_child(handle, in)) == NULL) { in OSSL_provider_init()
249 ossl_prov_ctx_set0_handle(*provctx, handle); in OSSL_provider_init()
/openssl/doc/internal/man3/
H A Dossl_rand_get_entropy.pod13 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,
/openssl/doc/designs/ddd/
H A Dddd-06-mem-uv.c15 static void net_connect_fail_close_done(uv_handle_t *handle);
22 static void teardown_continued(uv_handle_t *handle);
218 static void net_read_alloc(uv_handle_t *handle, in net_read_alloc() argument
453 static void net_connect_fail_close_done(uv_handle_t *handle) in net_connect_fail_close_done() argument
455 APP_CONN *conn = (APP_CONN *)handle->data; in net_connect_fail_close_done()
507 static void teardown_continued(uv_handle_t *handle) in teardown_continued() argument
509 APP_CONN *conn = (APP_CONN *)handle->data; in teardown_continued()
/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm369 handle => $fi_ofh,
415 handle => $fi_ofh,
426 handle => $fi_ofh,
444 if (defined $arg{handle}) {
445 print { $arg{handle} } $arg{text};
/openssl/doc/man3/
H A DSSL_set_fd.pod50 On Windows, a socket handle is a 64-bit data type (UINT_PTR), which leads to a
52 passing the socket handle to SSL_set_*fd(). For the time being, this warning can
55 implementation returns an index into the kernel handle table, the size of which
/openssl/include/internal/
H A Dprovider.h45 int ossl_provider_set_child(OSSL_PROVIDER *prov, const OSSL_CORE_HANDLE *handle);
111 const OSSL_CORE_HANDLE *handle,
/openssl/crypto/dso/
H A Ddso_dlfcn.c447 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY); in dlfcn_globallookup() local
449 if (handle) { in dlfcn_globallookup()
450 ret = dlsym(handle, name); in dlfcn_globallookup()
451 dlclose(handle); in dlfcn_globallookup()

Completed in 70 milliseconds

123456