HomeSort by: relevance | last modified time | path
    Searched defs:decoder_store (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
context.c 39 OSSL_METHOD_STORE *decoder_store; member in struct:ossl_lib_ctx_st
127 * P2. We want decoder_store/decoder_cache to be cleaned up before the
130 ctx->decoder_store = ossl_method_store_new(ctx);
131 if (ctx->decoder_store == NULL)
256 * P2. We want decoder_store/decoder_cache to be cleaned up before the
259 if (ctx->decoder_store != NULL) {
260 ossl_method_store_free(ctx->decoder_store);
261 ctx->decoder_store = NULL;
598 return ctx->decoder_store;

Completed in 22 milliseconds