Home
last modified time | relevance | path

Searched refs:core_obj_create (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/man7/
H A Dprovider-base.pod36 int core_obj_create(const OSSL_CORE_HANDLE *handle, const char *oid,
158 core_obj_create OSSL_FUNC_CORE_OBJ_CREATE
275 The core_obj_create() function registers a new OID and associated short name
288 registered via a call to core_obj_create(). It corresponds to the OpenSSL
696 done by the provider with the core_obj_create() upcall.
712 can be done by the provider using the core_obj_create() upcall.
728 done by the provider with the core_obj_create() upcall.
744 done by the provider with the core_obj_create() upcall.
775 The core_obj_create() and core_obj_add_sigid() functions were not thread safe
/openssl/doc/man3/
H A DOSSL_ALGORITHM.pod106 L<OBJ_create(3)> (via the B<core_obj_create> upcall described in
/openssl/crypto/
H A Dprovider_core.c2189 static OSSL_FUNC_core_obj_create_fn core_obj_create; variable
2451 static int core_obj_create(const OSSL_CORE_HANDLE *prov, const char *oid, in core_obj_create() function
2528 { OSSL_FUNC_CORE_OBJ_CREATE, (void (*)(void))core_obj_create },
/openssl/include/openssl/
H A Dcore_dispatch.h104 OSSL_CORE_MAKE_FUNC(int, core_obj_create,

Completed in 15 milliseconds