Searched refs:encoder_store (Results 1 – 1 of 1) sorted by relevance
41 OSSL_METHOD_STORE *encoder_store; member138 ctx->encoder_store = ossl_method_store_new(ctx); in context_init()139 if (ctx->encoder_store == NULL) in context_init()270 if (ctx->encoder_store != NULL) { in context_deinit_objs()271 ossl_method_store_free(ctx->encoder_store); in context_deinit_objs()272 ctx->encoder_store = NULL; in context_deinit_objs()604 return ctx->encoder_store; in ossl_lib_ctx_get_data()