Home
last modified time | relevance | path

Searched refs:ossl_prov_ctx_new (Results 1 – 6 of 6) sorted by relevance

/openssl-master/providers/common/include/prov/
A Dprovider_ctx.h31 PROV_CTX *ossl_prov_ctx_new(void);
/openssl-master/providers/common/
A Dprovider_ctx.c14 PROV_CTX *ossl_prov_ctx_new(void) in ossl_prov_ctx_new() function
/openssl-master/providers/
A Dbaseprov.c164 if ((*provctx = ossl_prov_ctx_new()) == NULL in ossl_base_provider_init()
A Dlegacyprov.c189 if ((*provctx = ossl_prov_ctx_new()) == NULL in OSSL_provider_init()
A Ddefltprov.c583 if ((*provctx = ossl_prov_ctx_new()) == NULL in ossl_default_provider_init()
/openssl-master/providers/fips/
A Dfipsprov.c658 if ((*provctx = ossl_prov_ctx_new()) == NULL in OSSL_provider_init_int()
750 if ((*provctx = ossl_prov_ctx_new()) == NULL) in ossl_fips_intern_provider_init()

Completed in 11 milliseconds