Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcontext.c28 void *provider_store; member
149 ctx->provider_store = ossl_provider_store_new(ctx); in context_init()
150 if (ctx->provider_store == NULL) in context_init()
282 if (ctx->provider_store != NULL) { in context_deinit_objs()
283 ossl_provider_store_free(ctx->provider_store); in context_deinit_objs()
284 ctx->provider_store = NULL; in context_deinit_objs()
579 return ctx->provider_store; in ossl_lib_ctx_get_data()