Home
last modified time | relevance | path

Searched refs:provider_conf (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/
H A Dcontext.c35 void *provider_conf; member
107 ctx->provider_conf = ossl_prov_conf_ctx_new(ctx); in context_init()
108 if (ctx->provider_conf == NULL) in context_init()
242 if (ctx->provider_conf != NULL) { in context_deinit_objs()
243 ossl_prov_conf_ctx_free(ctx->provider_conf); in context_deinit_objs()
244 ctx->provider_conf = NULL; in context_deinit_objs()
586 return ctx->provider_conf; in ossl_lib_ctx_get_data()
H A Dbuild.info94 SOURCE[../libcrypto]=$CORE_COMMON provider_conf.c indicator_core.c

Completed in 7 milliseconds