Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c933 OSSL_DECODER_INSTANCE *new_decoder_inst = in decoder_process() local
936 OSSL_DECODER_INSTANCE_get_decoder(new_decoder_inst); in decoder_process()
939 OSSL_DECODER_INSTANCE_get_decoder_ctx(new_decoder_inst); in decoder_process()
941 OSSL_DECODER_INSTANCE_get_input_type(new_decoder_inst); in decoder_process()
944 OSSL_DECODER_INSTANCE_get_input_structure(new_decoder_inst, in decoder_process()
953 (void *)new_decoder_inst, (void *)new_decoder, in decoder_process()
981 &new_decoder_inst->input_type_id)) { in decoder_process()
1061 new_decoder_name, (void *)new_decoder_inst); in decoder_process()
1084 new_decoder_name, (void *)new_decoder_inst, ok, in decoder_process()