Home
last modified time | relevance | path

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

/crypto/
A Dcontext.c41 OSSL_METHOD_STORE *encoder_store; member
134 ctx->encoder_store = ossl_method_store_new(ctx); in context_init()
135 if (ctx->encoder_store == NULL) in context_init()
264 if (ctx->encoder_store != NULL) { in context_deinit_objs()
265 ossl_method_store_free(ctx->encoder_store); in context_deinit_objs()
266 ctx->encoder_store = NULL; in context_deinit_objs()
594 return ctx->encoder_store; in ossl_lib_ctx_get_data()

Completed in 7 milliseconds