Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcontext.c39 OSSL_METHOD_STORE *decoder_store; member
130 ctx->decoder_store = ossl_method_store_new(ctx); in context_init()
131 if (ctx->decoder_store == NULL) in context_init()
259 if (ctx->decoder_store != NULL) { in context_deinit_objs()
260 ossl_method_store_free(ctx->decoder_store); in context_deinit_objs()
261 ctx->decoder_store = NULL; in context_deinit_objs()
600 return ctx->decoder_store; in ossl_lib_ctx_get_data()