Searched refs:decoder_store (Results 1 – 1 of 1) sorted by relevance
39 OSSL_METHOD_STORE *decoder_store; member126 ctx->decoder_store = ossl_method_store_new(ctx); in context_init()127 if (ctx->decoder_store == NULL) in context_init()253 if (ctx->decoder_store != NULL) { in context_deinit_objs()254 ossl_method_store_free(ctx->decoder_store); in context_deinit_objs()255 ctx->decoder_store = NULL; in context_deinit_objs()590 return ctx->decoder_store; in ossl_lib_ctx_get_data()
Completed in 8 milliseconds