Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcontext.c40 void *decoder_cache; member
133 ctx->decoder_cache = ossl_decoder_cache_new(ctx); in context_init()
134 if (ctx->decoder_cache == NULL) in context_init()
263 if (ctx->decoder_cache != NULL) { in context_deinit_objs()
264 ossl_decoder_cache_free(ctx->decoder_cache); in context_deinit_objs()
265 ctx->decoder_cache = NULL; in context_deinit_objs()
602 return ctx->decoder_cache; in ossl_lib_ctx_get_data()