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()
44 int OSSL_DECODER_up_ref(OSSL_DECODER *decoder) in OSSL_DECODER_up_ref()
52 void OSSL_DECODER_free(OSSL_DECODER *decoder) in OSSL_DECODER_free()
204 OSSL_DECODER *decoder = NULL; in ossl_decoder_from_algorithm()
342 static OSSL_DECODER *
420 OSSL_DECODER *OSSL_DECODER_fetch(OSSL_LIB_CTX *libctx, const char *name, in OSSL_DECODER_fetch()
456 const OSSL_PROVIDER *OSSL_DECODER_get0_provider(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_provider()
466 const char *OSSL_DECODER_get0_properties(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_properties()
477 ossl_decoder_parsed_properties(const OSSL_DECODER *decoder) in ossl_decoder_parsed_properties()
487 int ossl_decoder_get_number(const OSSL_DECODER *decoder) in ossl_decoder_get_number()
497 const char *OSSL_DECODER_get0_name(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_name()
502 const char *OSSL_DECODER_get0_description(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_description()
507 int OSSL_DECODER_is_a(const OSSL_DECODER *decoder, const char *name) in OSSL_DECODER_is_a()
518 static int resolve_name(OSSL_DECODER *decoder, const char *name) in resolve_name()
526 int ossl_decoder_fast_is_a(OSSL_DECODER *decoder, const char *name, int *id_cache) in ossl_decoder_fast_is_a()
537 void (*user_fn)(OSSL_DECODER *decoder, void *arg);
549 void (*user_fn)(OSSL_DECODER *decoder, in OSSL_DECODER_do_all_provided()
568 int OSSL_DECODER_names_do_all(const OSSL_DECODER *decoder, in OSSL_DECODER_names_do_all()
586 OSSL_DECODER_gettable_params(OSSL_DECODER *decoder) in OSSL_DECODER_gettable_params()
596 int OSSL_DECODER_get_params(OSSL_DECODER *decoder, OSSL_PARAM params[]) in OSSL_DECODER_get_params()
604 OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder) in OSSL_DECODER_settable_ctx_params()
653 OSSL_DECODER *decoder = in OSSL_DECODER_CTX_set_params()
655 OSSL_DECODER *decoderctx = in OSSL_DECODER_CTX_set_params()