Lines Matching refs:OSSL_DECODER

28 static OSSL_DECODER *ossl_decoder_new(void)  in ossl_decoder_new()
30 OSSL_DECODER *decoder = NULL; in ossl_decoder_new()
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()
340 static OSSL_DECODER *
418 OSSL_DECODER *OSSL_DECODER_fetch(OSSL_LIB_CTX *libctx, const char *name, in OSSL_DECODER_fetch()
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()
535 void (*user_fn)(OSSL_DECODER *decoder, void *arg);
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()
651 OSSL_DECODER *decoderctx = in OSSL_DECODER_CTX_set_params()