Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcontext.c42 OSSL_METHOD_STORE *store_loader_store; member
143 ctx->store_loader_store = ossl_method_store_new(ctx); in context_init()
144 if (ctx->store_loader_store == NULL) in context_init()
275 if (ctx->store_loader_store != NULL) { in context_deinit_objs()
276 ossl_method_store_free(ctx->store_loader_store); in context_deinit_objs()
277 ctx->store_loader_store = NULL; in context_deinit_objs()
604 return ctx->store_loader_store; in ossl_lib_ctx_get_data()