Searched refs:store_loader_store (Results 1 – 1 of 1) sorted by relevance
42 OSSL_METHOD_STORE *store_loader_store; member143 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()