Home
last modified time | relevance | path

Searched refs:decoder_inst (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/encode_decode/
H A Ddecoder_lib.c227 if ((decoder_inst = OPENSSL_zalloc(sizeof(*decoder_inst))) == NULL) in ossl_decoder_instance_new()
266 return decoder_inst; in ossl_decoder_instance_new()
274 if (decoder_inst != NULL) { in ossl_decoder_instance_free()
276 decoder_inst->decoder->freectx(decoder_inst->decoderctx); in ossl_decoder_instance_free()
357 || (decoder_inst = in OSSL_DECODER_CTX_add_decoder()
680 if (decoder_inst == NULL) in OSSL_DECODER_INSTANCE_get_decoder()
682 return decoder_inst->decoder; in OSSL_DECODER_INSTANCE_get_decoder()
688 if (decoder_inst == NULL) in OSSL_DECODER_INSTANCE_get_decoder_ctx()
696 if (decoder_inst == NULL) in OSSL_DECODER_INSTANCE_get_input_type()
705 if (decoder_inst == NULL) in OSSL_DECODER_INSTANCE_get_input_structure()
[all …]
H A Ddecoder_meth.c647 OSSL_DECODER_INSTANCE *decoder_inst = in OSSL_DECODER_CTX_set_params() local
650 OSSL_DECODER_INSTANCE_get_decoder(decoder_inst); in OSSL_DECODER_CTX_set_params()
652 OSSL_DECODER_INSTANCE_get_decoder_ctx(decoder_inst); in OSSL_DECODER_CTX_set_params()
H A Ddecoder_pkey.c70 static int decoder_construct_pkey(OSSL_DECODER_INSTANCE *decoder_inst, in decoder_construct_pkey() argument
75 OSSL_DECODER *decoder = OSSL_DECODER_INSTANCE_get_decoder(decoder_inst); in decoder_construct_pkey()
76 void *decoderctx = OSSL_DECODER_INSTANCE_get_decoder_ctx(decoder_inst); in decoder_construct_pkey()
/openssl/include/openssl/
H A Ddecoder.h84 OSSL_DECODER_INSTANCE_get_decoder(OSSL_DECODER_INSTANCE *decoder_inst);
86 OSSL_DECODER_INSTANCE_get_decoder_ctx(OSSL_DECODER_INSTANCE *decoder_inst);
88 OSSL_DECODER_INSTANCE_get_input_type(OSSL_DECODER_INSTANCE *decoder_inst);
90 OSSL_DECODER_INSTANCE_get_input_structure(OSSL_DECODER_INSTANCE *decoder_inst,
93 typedef int OSSL_DECODER_CONSTRUCT(OSSL_DECODER_INSTANCE *decoder_inst,
108 int OSSL_DECODER_export(OSSL_DECODER_INSTANCE *decoder_inst,
/openssl/doc/man3/
H A DOSSL_DECODER_CTX.pod57 OSSL_DECODER_INSTANCE_get_decoder(OSSL_DECODER_INSTANCE *decoder_inst);
59 OSSL_DECODER_INSTANCE_get_decoder_ctx(OSSL_DECODER_INSTANCE *decoder_inst);
61 OSSL_DECODER_INSTANCE_get_input_type(OSSL_DECODER_INSTANCE *decoder_inst);
65 typedef int OSSL_DECODER_CONSTRUCT(OSSL_DECODER_INSTANCE *decoder_inst,
80 int OSSL_DECODER_export(OSSL_DECODER_INSTANCE *decoder_inst,
165 decode instance I<decoder_inst> that the constructor got and an object
176 =item I<decoder_inst>
199 implementation from a decoder instance I<decoder_inst>.
202 implementation's provider context from a decoder instance I<decoder_inst>.
205 implementation's input type from a decoder instance I<decoder_inst>.
[all …]
/openssl/include/crypto/
H A Ddecoder.h27 void ossl_decoder_instance_free(OSSL_DECODER_INSTANCE *decoder_inst);
/openssl/providers/implementations/storemgmt/
H A Dwinstore_store.c169 static int load_construct(OSSL_DECODER_INSTANCE *decoder_inst, in load_construct() argument
H A Dfile_store.c385 static int file_load_construct(OSSL_DECODER_INSTANCE *decoder_inst, in file_load_construct() argument

Completed in 21 milliseconds