Searched refs:evp_method_store (Results 1 – 1 of 1) sorted by relevance
27 void *evp_method_store; member108 ctx->evp_method_store = ossl_method_store_new(ctx); in context_init()109 if (ctx->evp_method_store == NULL) in context_init()111 OSSL_TRACE1(QUERY, "context_init: allocating store %p\n", ctx->evp_method_store); in context_init()237 if (ctx->evp_method_store != NULL) { in context_deinit_objs()238 ossl_method_store_free(ctx->evp_method_store); in context_deinit_objs()239 ctx->evp_method_store = NULL; in context_deinit_objs()579 return ctx->evp_method_store; in ossl_lib_ctx_get_data()