Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddecoder.h75 int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx,
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
H A Dfile_store.c446 if (!OSSL_DECODER_CTX_set_input_structure(ctx->_.file.decoderctx, in file_setup_decoders()
453 if (!OSSL_DECODER_CTX_set_input_structure(ctx->_.file.decoderctx, in file_setup_decoders()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_pkey.c452 && OSSL_DECODER_CTX_set_input_structure(ctx, input_structure) in OSSL_DECODER_CTX_new_for_pkey()
H A Ddecoder_lib.c196 int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx, in OSSL_DECODER_CTX_set_input_structure() function