Searched refs:OSSL_LIB_CTX_new_child (Results 1 – 8 of 8) sorted by relevance
6 OSSL_LIB_CTX_new_child, OSSL_LIB_CTX_free, OSSL_LIB_CTX_load_config,19 OSSL_LIB_CTX *OSSL_LIB_CTX_new_child(const OSSL_CORE_HANDLE *handle,48 OSSL_LIB_CTX_new_child() is only useful to provider authors and does the same78 When OSSL_LIB_CTX_new_child() is called from within the scope of a provider's
189 || (libctx = OSSL_LIB_CTX_new_child(handle, in)) == NULL) { in OSSL_provider_init()
206 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new_child(handle, in); in dummy_provider_init()
277 ctx->libctx = OSSL_LIB_CTX_new_child(handle, oin); in OSSL_provider_init()
217 OSSL_LIB_CTX *OSSL_LIB_CTX_new_child(const OSSL_CORE_HANDLE *handle, in OSSL_LIB_CTX_new_child() function
525 OSSL_LIB_CTX *OSSL_LIB_CTX_new_child(const OSSL_CORE_HANDLE *handle,
221 provider is linked to. Use L<OSSL_LIB_CTX_new_child(3)> instead to obtain
5411 OSSL_LIB_CTX_new_child 5539 3_0_0 EXIST::FUNCTION: