Searched refs:ossl_provider_new (Results 1 – 9 of 9) sorted by relevance
/openssl/test/ |
H A D | provider_internal_test.c | 67 ossl_provider_new(NULL, name, PROVIDER_INIT_FUNCTION_NAME, NULL, 0)) in test_builtin_provider() 82 TEST_ptr(prov = ossl_provider_new(NULL, name, NULL, NULL, 0)) in test_loaded_provider()
|
/openssl/doc/internal/man3/ |
H A D | ossl_provider_new.pod | 5 ossl_provider_find, ossl_provider_new, ossl_provider_up_ref, 31 OSSL_PROVIDER *ossl_provider_new(OSSL_LIB_CTX *libctx, const char *name, 131 ossl_provider_new() creates a new provider object named I<name> and 203 If an initialization function was given with ossl_provider_new(), that 208 If no initialization function was given with ossl_provider_new(), a 209 loadable module with the I<name> that was given to ossl_provider_new() 250 ossl_provider_new(). 335 ossl_provider_find() and ossl_provider_new() return a pointer to a
|
H A D | ossl_provider_add_conf_module.pod | 26 L<OSSL_PROVIDER(3)>, L<ossl_provider_new(3)>
|
H A D | ossl_random_add_conf_module.pod | 27 L<OSSL_PROVIDER(3)>, L<ossl_provider_new(3)>, L<provider-rand(7)>
|
/openssl/include/internal/ |
H A D | provider.h | 33 OSSL_PROVIDER *ossl_provider_new(OSSL_LIB_CTX *libctx, const char *name,
|
/openssl/crypto/ |
H A D | provider.c | 26 if ((prov = ossl_provider_new(libctx, name, NULL, params, 0)) == NULL) in OSSL_PROVIDER_try_load_ex()
|
H A D | provider_child.c | 134 if ((cprov = ossl_provider_new(ctx, provname, ossl_child_provider_init, in provider_create_child_cb()
|
H A D | provider_conf.c | 229 prov = ossl_provider_new(libctx, name, NULL, NULL, 1); in provider_conf_activate()
|
H A D | provider_core.c | 518 OSSL_PROVIDER *ossl_provider_new(OSSL_LIB_CTX *libctx, const char *name, in ossl_provider_new() function
|
Completed in 17 milliseconds