Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Ddecoder.h32 int ossl_decoder_ctx_add_decoder_inst(OSSL_DECODER_CTX *ctx,
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c284 int ossl_decoder_ctx_add_decoder_inst(OSSL_DECODER_CTX *ctx, in ossl_decoder_ctx_add_decoder_inst() function
332 if (!ossl_decoder_ctx_add_decoder_inst(ctx, decoder_inst)) in OSSL_DECODER_CTX_add_decoder()
444 if (!ossl_decoder_ctx_add_decoder_inst(data->ctx, di)) { in collect_extra_decoder()
H A Ddecoder_pkey.c290 if (!ossl_decoder_ctx_add_decoder_inst(data->ctx, di)) { in collect_decoder()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c482 if (!ossl_decoder_ctx_add_decoder_inst(ctx->_.file.decoderctx, in file_setup_decoders()