Searched refs:ossl_decoder_fast_is_a (Results 1 – 3 of 3) sorted by relevance
172 int ossl_decoder_fast_is_a(OSSL_DECODER *decoder,
446 if (ossl_decoder_fast_is_a(decoder, data->output_type, &data->output_type_id)) { in collect_extra_decoder()505 if (!ossl_decoder_fast_is_a(decoder, in collect_extra_decoder()520 if (ossl_decoder_fast_is_a(decoder, in collect_extra_decoder()1021 …if (decoder != NULL && !ossl_decoder_fast_is_a(decoder, new_input_type, &new_decoder_inst->input_t… in decoder_process()
530 int ossl_decoder_fast_is_a(OSSL_DECODER *decoder, const char *name, int *id_cache) in ossl_decoder_fast_is_a() function