Lines Matching defs:decoder

30     OSSL_DECODER *decoder = NULL;  in ossl_decoder_new()  local
42 int OSSL_DECODER_up_ref(OSSL_DECODER *decoder) in OSSL_DECODER_up_ref()
50 void OSSL_DECODER_free(OSSL_DECODER *decoder) in OSSL_DECODER_free()
202 OSSL_DECODER *decoder = NULL; in ossl_decoder_from_algorithm() local
454 const OSSL_PROVIDER *OSSL_DECODER_get0_provider(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_provider()
464 const char *OSSL_DECODER_get0_properties(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_properties()
475 ossl_decoder_parsed_properties(const OSSL_DECODER *decoder) in ossl_decoder_parsed_properties()
485 int ossl_decoder_get_number(const OSSL_DECODER *decoder) in ossl_decoder_get_number()
495 const char *OSSL_DECODER_get0_name(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_name()
500 const char *OSSL_DECODER_get0_description(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_description()
505 int OSSL_DECODER_is_a(const OSSL_DECODER *decoder, const char *name) in OSSL_DECODER_is_a()
516 static int resolve_name(OSSL_DECODER *decoder, const char *name) in resolve_name()
524 int ossl_decoder_fast_is_a(OSSL_DECODER *decoder, const char *name, int *id_cache) in ossl_decoder_fast_is_a()
547 void (*user_fn)(OSSL_DECODER *decoder, in OSSL_DECODER_do_all_provided()
566 int OSSL_DECODER_names_do_all(const OSSL_DECODER *decoder, in OSSL_DECODER_names_do_all()
584 OSSL_DECODER_gettable_params(OSSL_DECODER *decoder) in OSSL_DECODER_gettable_params()
594 int OSSL_DECODER_get_params(OSSL_DECODER *decoder, OSSL_PARAM params[]) in OSSL_DECODER_get_params()
602 OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder) in OSSL_DECODER_settable_ctx_params()
649 OSSL_DECODER *decoder = in OSSL_DECODER_CTX_set_params() local