Lines Matching refs:OSSL_DECODER
27 static OSSL_DECODER *ossl_decoder_new(void) in ossl_decoder_new()
29 OSSL_DECODER *decoder = NULL; in ossl_decoder_new()
43 int OSSL_DECODER_up_ref(OSSL_DECODER *decoder) in OSSL_DECODER_up_ref()
51 void OSSL_DECODER_free(OSSL_DECODER *decoder) in OSSL_DECODER_free()
201 OSSL_DECODER *decoder = NULL; in ossl_decoder_from_algorithm()
336 static OSSL_DECODER *
421 OSSL_DECODER *OSSL_DECODER_fetch(OSSL_LIB_CTX *libctx, const char *name, in OSSL_DECODER_fetch()
434 OSSL_DECODER *ossl_decoder_fetch_by_number(OSSL_LIB_CTX *libctx, int id, in ossl_decoder_fetch_by_number()
451 const OSSL_PROVIDER *OSSL_DECODER_get0_provider(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_provider()
461 const char *OSSL_DECODER_get0_properties(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_properties()
472 ossl_decoder_parsed_properties(const OSSL_DECODER *decoder) in ossl_decoder_parsed_properties()
482 int ossl_decoder_get_number(const OSSL_DECODER *decoder) in ossl_decoder_get_number()
492 const char *OSSL_DECODER_get0_name(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_name()
497 const char *OSSL_DECODER_get0_description(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_description()
502 int OSSL_DECODER_is_a(const OSSL_DECODER *decoder, const char *name) in OSSL_DECODER_is_a()
514 void (*user_fn)(OSSL_DECODER *decoder, void *arg);
526 void (*user_fn)(OSSL_DECODER *decoder, in OSSL_DECODER_do_all_provided()
545 int OSSL_DECODER_names_do_all(const OSSL_DECODER *decoder, in OSSL_DECODER_names_do_all()
563 OSSL_DECODER_gettable_params(OSSL_DECODER *decoder) in OSSL_DECODER_gettable_params()
573 int OSSL_DECODER_get_params(OSSL_DECODER *decoder, OSSL_PARAM params[]) in OSSL_DECODER_get_params()
581 OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder) in OSSL_DECODER_settable_ctx_params()
630 OSSL_DECODER *decoder = in OSSL_DECODER_CTX_set_params()
632 OSSL_DECODER *decoderctx = in OSSL_DECODER_CTX_set_params()