Searched refs:core_obj_create (Results 1 – 4 of 4) sorted by relevance
36 int core_obj_create(const OSSL_CORE_HANDLE *handle, const char *oid,158 core_obj_create OSSL_FUNC_CORE_OBJ_CREATE275 The core_obj_create() function registers a new OID and associated short name288 registered via a call to core_obj_create(). It corresponds to the OpenSSL696 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
106 L<OBJ_create(3)> (via the B<core_obj_create> upcall described in
2189 static OSSL_FUNC_core_obj_create_fn core_obj_create; variable2451 static int core_obj_create(const OSSL_CORE_HANDLE *prov, const char *oid, in core_obj_create() function2528 { OSSL_FUNC_CORE_OBJ_CREATE, (void (*)(void))core_obj_create },
104 OSSL_CORE_MAKE_FUNC(int, core_obj_create,
Completed in 15 milliseconds