Searched defs:decoder (Results 1 – 7 of 7) sorted by relevance
29 OSSL_DECODER *decoder = NULL; in ossl_decoder_new() local43 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() local472 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()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()581 OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder) in OSSL_DECODER_settable_ctx_params()[all …]
212 OSSL_DECODER_INSTANCE *ossl_decoder_instance_new(OSSL_DECODER *decoder, in ossl_decoder_instance_new()310 int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder) in OSSL_DECODER_CTX_add_decoder()365 static void collect_extra_decoder(OSSL_DECODER *decoder, void *arg) in collect_extra_decoder()623 OSSL_DECODER *decoder = NULL; in OSSL_DECODER_export() local679 OSSL_DECODER *decoder = NULL; in decoder_process() local
72 OSSL_DECODER *decoder = OSSL_DECODER_INSTANCE_get_decoder(decoder_inst); in decoder_construct_pkey() local226 static void collect_decoder(OSSL_DECODER *decoder, void *arg) in collect_decoder()
107 OSSL_DECODER *decoder; /* Never NULL */ member
234 OSSL_DECODER *decoder = NULL; in fetch_test() local
134 typedef int (decoder)(const char *file, const int line, typedef
573 static void collect_decoders(OSSL_DECODER *decoder, void *stack) in collect_decoders()
Completed in 15 milliseconds