Searched defs:ossl_decoder_instance_st (Results 1 – 1 of 1) sorted by relevance
106 struct ossl_decoder_instance_st { struct107 OSSL_DECODER *decoder; /* Never NULL */108 void *decoderctx; /* Never NULL */109 const char *input_type; /* Never NULL */110 const char *input_structure; /* May be NULL */112 unsigned int flag_input_structure_was_set : 1;
Completed in 3 milliseconds