• Home
  • Raw
  • Download

Lines Matching defs:decoder

29     OSSL_DECODER *decoder = NULL;  in ossl_decoder_new()  local
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()
223 OSSL_DECODER *decoder = NULL; in ossl_decoder_from_algorithm() local
499 const OSSL_PROVIDER *OSSL_DECODER_get0_provider(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_provider()
509 const char *OSSL_DECODER_get0_properties(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_properties()
520 ossl_decoder_parsed_properties(const OSSL_DECODER *decoder) in ossl_decoder_parsed_properties()
530 int ossl_decoder_get_number(const OSSL_DECODER *decoder) in ossl_decoder_get_number()
540 const char *OSSL_DECODER_get0_name(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_name()
545 const char *OSSL_DECODER_get0_description(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_description()
550 int OSSL_DECODER_is_a(const OSSL_DECODER *decoder, const char *name) in OSSL_DECODER_is_a()
574 void (*user_fn)(OSSL_DECODER *decoder, in OSSL_DECODER_do_all_provided()
593 int OSSL_DECODER_names_do_all(const OSSL_DECODER *decoder, in OSSL_DECODER_names_do_all()
611 OSSL_DECODER_gettable_params(OSSL_DECODER *decoder) in OSSL_DECODER_gettable_params()
621 int OSSL_DECODER_get_params(OSSL_DECODER *decoder, OSSL_PARAM params[]) in OSSL_DECODER_get_params()
629 OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder) in OSSL_DECODER_settable_ctx_params()
678 OSSL_DECODER *decoder = in OSSL_DECODER_CTX_set_params() local