Searched defs:decoder (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 30 OSSL_DECODER *decoder = NULL; in ossl_decoder_new() local 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() local 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() 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() 602 OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder) in OSSL_DECODER_settable_ctx_params() [all …]
|
H A D | decoder_lib.c | 213 OSSL_DECODER_INSTANCE *ossl_decoder_instance_new(OSSL_DECODER *decoder, in ossl_decoder_instance_new() 341 int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder) in OSSL_DECODER_CTX_add_decoder() 399 static void collect_extra_decoder(OSSL_DECODER *decoder, void *arg) in collect_extra_decoder() 660 OSSL_DECODER *decoder = NULL; in OSSL_DECODER_export() local 716 OSSL_DECODER *decoder = NULL; in decoder_process() local
|
H A D | decoder_pkey.c | 75 OSSL_DECODER *decoder = OSSL_DECODER_INSTANCE_get_decoder(decoder_inst); in decoder_construct_pkey() local 220 static void collect_decoder_keymgmt(EVP_KEYMGMT *keymgmt, OSSL_DECODER *decoder, in collect_decoder_keymgmt() 264 static void collect_decoder(OSSL_DECODER *decoder, void *arg) in collect_decoder()
|
H A D | encoder_local.h | 106 OSSL_DECODER *decoder; /* Never NULL */ member
|
/openssl/test/ |
H A D | provfetchtest.c | 235 OSSL_DECODER *decoder = NULL; in fetch_test() local
|
H A D | endecode_test.c | 139 typedef int (decoder)(const char *file, const int line, typedef
|
/openssl/crypto/comp/ |
H A D | c_brotli.c | 110 BrotliDecoderState *decoder; member
|
/openssl/apps/ |
H A D | list.c | 576 static void collect_decoders(OSSL_DECODER *decoder, void *stack) in collect_decoders()
|
Completed in 28 milliseconds