Home
last modified time | relevance | path

Searched refs:encoder_inst (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/encode_decode/
Dencoder_lib.c185 OSSL_ENCODER_INSTANCE *encoder_inst = NULL; in ossl_encoder_instance_new() local
196 if ((encoder_inst = OPENSSL_zalloc(sizeof(*encoder_inst))) == NULL) { in ossl_encoder_instance_new()
218 encoder_inst->output_type = ossl_property_get_string_value(libctx, prop); in ossl_encoder_instance_new()
219 if (encoder_inst->output_type == NULL) { in ossl_encoder_instance_new()
231 encoder_inst->output_structure in ossl_encoder_instance_new()
234 encoder_inst->encoder = encoder; in ossl_encoder_instance_new()
235 encoder_inst->encoderctx = encoderctx; in ossl_encoder_instance_new()
236 return encoder_inst; in ossl_encoder_instance_new()
238 ossl_encoder_instance_free(encoder_inst); in ossl_encoder_instance_new()
242 void ossl_encoder_instance_free(OSSL_ENCODER_INSTANCE *encoder_inst) in ossl_encoder_instance_free() argument
[all …]
Dencoder_pkey.c158 OSSL_ENCODER_INSTANCE *encoder_inst; member
166 OSSL_ENCODER_INSTANCE *encoder_inst = construct_data->encoder_inst; in encoder_import_cb() local
167 OSSL_ENCODER *encoder = OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in encoder_import_cb()
168 void *encoderctx = OSSL_ENCODER_INSTANCE_get_encoder_ctx(encoder_inst); in encoder_import_cb()
177 encoder_construct_pkey(OSSL_ENCODER_INSTANCE *encoder_inst, void *arg) in encoder_construct_pkey() argument
183 OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in encoder_construct_pkey()
189 data->encoder_inst = encoder_inst; in encoder_construct_pkey()
207 if (data->encoder_inst != NULL) { in encoder_destruct_pkey()
209 OSSL_ENCODER_INSTANCE_get_encoder(data->encoder_inst); in encoder_destruct_pkey()
Dencoder_local.h67 void ossl_encoder_instance_free(OSSL_ENCODER_INSTANCE *encoder_inst);
Dencoder_meth.c678 OSSL_ENCODER_INSTANCE *encoder_inst = in OSSL_ENCODER_CTX_set_params() local
680 OSSL_ENCODER *encoder = OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in OSSL_ENCODER_CTX_set_params()
681 void *encoderctx = OSSL_ENCODER_INSTANCE_get_encoder_ctx(encoder_inst); in OSSL_ENCODER_CTX_set_params()
/third_party/openssl/crypto/encode_decode/
Dencoder_lib.c185 OSSL_ENCODER_INSTANCE *encoder_inst = NULL; in ossl_encoder_instance_new() local
196 if ((encoder_inst = OPENSSL_zalloc(sizeof(*encoder_inst))) == NULL) { in ossl_encoder_instance_new()
218 encoder_inst->output_type = ossl_property_get_string_value(libctx, prop); in ossl_encoder_instance_new()
219 if (encoder_inst->output_type == NULL) { in ossl_encoder_instance_new()
231 encoder_inst->output_structure in ossl_encoder_instance_new()
234 encoder_inst->encoder = encoder; in ossl_encoder_instance_new()
235 encoder_inst->encoderctx = encoderctx; in ossl_encoder_instance_new()
236 return encoder_inst; in ossl_encoder_instance_new()
238 ossl_encoder_instance_free(encoder_inst); in ossl_encoder_instance_new()
242 void ossl_encoder_instance_free(OSSL_ENCODER_INSTANCE *encoder_inst) in ossl_encoder_instance_free() argument
[all …]
Dencoder_pkey.c158 OSSL_ENCODER_INSTANCE *encoder_inst; member
166 OSSL_ENCODER_INSTANCE *encoder_inst = construct_data->encoder_inst; in encoder_import_cb() local
167 OSSL_ENCODER *encoder = OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in encoder_import_cb()
168 void *encoderctx = OSSL_ENCODER_INSTANCE_get_encoder_ctx(encoder_inst); in encoder_import_cb()
177 encoder_construct_pkey(OSSL_ENCODER_INSTANCE *encoder_inst, void *arg) in encoder_construct_pkey() argument
183 OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in encoder_construct_pkey()
189 data->encoder_inst = encoder_inst; in encoder_construct_pkey()
207 if (data->encoder_inst != NULL) { in encoder_destruct_pkey()
209 OSSL_ENCODER_INSTANCE_get_encoder(data->encoder_inst); in encoder_destruct_pkey()
Dencoder_local.h67 void ossl_encoder_instance_free(OSSL_ENCODER_INSTANCE *encoder_inst);
Dencoder_meth.c678 OSSL_ENCODER_INSTANCE *encoder_inst = in OSSL_ENCODER_CTX_set_params() local
680 OSSL_ENCODER *encoder = OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in OSSL_ENCODER_CTX_set_params()
681 void *encoderctx = OSSL_ENCODER_INSTANCE_get_encoder_ctx(encoder_inst); in OSSL_ENCODER_CTX_set_params()
/third_party/node/deps/openssl/openssl/include/openssl/
Dencoder.h83 OSSL_ENCODER_INSTANCE_get_encoder(OSSL_ENCODER_INSTANCE *encoder_inst);
85 OSSL_ENCODER_INSTANCE_get_encoder_ctx(OSSL_ENCODER_INSTANCE *encoder_inst);
87 OSSL_ENCODER_INSTANCE_get_output_type(OSSL_ENCODER_INSTANCE *encoder_inst);
89 OSSL_ENCODER_INSTANCE_get_output_structure(OSSL_ENCODER_INSTANCE *encoder_inst);
91 typedef const void *OSSL_ENCODER_CONSTRUCT(OSSL_ENCODER_INSTANCE *encoder_inst,
/third_party/openssl/include/openssl/
Dencoder.h83 OSSL_ENCODER_INSTANCE_get_encoder(OSSL_ENCODER_INSTANCE *encoder_inst);
85 OSSL_ENCODER_INSTANCE_get_encoder_ctx(OSSL_ENCODER_INSTANCE *encoder_inst);
87 OSSL_ENCODER_INSTANCE_get_output_type(OSSL_ENCODER_INSTANCE *encoder_inst);
89 OSSL_ENCODER_INSTANCE_get_output_structure(OSSL_ENCODER_INSTANCE *encoder_inst);
91 typedef const void *OSSL_ENCODER_CONSTRUCT(OSSL_ENCODER_INSTANCE *encoder_inst,
/third_party/openssl/doc/man3/
DOSSL_ENCODER_CTX.pod53 OSSL_ENCODER_INSTANCE_get_encoder(OSSL_ENCODER_INSTANCE *encoder_inst);
55 OSSL_ENCODER_INSTANCE_get_encoder_ctx(OSSL_ENCODER_INSTANCE *encoder_inst);
57 OSSL_ENCODER_INSTANCE_get_output_type(OSSL_ENCODER_INSTANCE *encoder_inst);
59 OSSL_ENCODER_INSTANCE_get_output_structure(OSSL_ENCODER_INSTANCE *encoder_inst);
61 typedef const void *OSSL_ENCODER_CONSTRUCT(OSSL_ENCODER_INSTANCE *encoder_inst,
138 =item I<encoder_inst>
156 implementation of the encoder instance I<encoder_inst>.
159 implementation's provider context of the encoder instance I<encoder_inst>.
162 for the encoder implementation of the encoder instance I<encoder_inst>.
167 I<encoder_inst>.