Home
last modified time | relevance | path

Searched refs:OSSL_ENCODER_INSTANCE (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/include/openssl/
Dencoder.h81 typedef struct ossl_encoder_instance_st OSSL_ENCODER_INSTANCE; typedef
83 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/crypto/encode_decode/
Dencoder_lib.c32 OSSL_ENCODER_INSTANCE *next_encoder_inst;
36 OSSL_ENCODER_INSTANCE *prev_encoder_inst;
182 static OSSL_ENCODER_INSTANCE *ossl_encoder_instance_new(OSSL_ENCODER *encoder, in ossl_encoder_instance_new()
185 OSSL_ENCODER_INSTANCE *encoder_inst = NULL; in ossl_encoder_instance_new()
242 void ossl_encoder_instance_free(OSSL_ENCODER_INSTANCE *encoder_inst) in ossl_encoder_instance_free()
255 OSSL_ENCODER_INSTANCE *ei) in ossl_encoder_ctx_add_encoder_inst()
282 OSSL_ENCODER_INSTANCE *encoder_inst = NULL; in OSSL_ENCODER_CTX_add_encoder()
360 OSSL_ENCODER_INSTANCE_get_encoder(OSSL_ENCODER_INSTANCE *encoder_inst) in OSSL_ENCODER_INSTANCE_get_encoder()
368 OSSL_ENCODER_INSTANCE_get_encoder_ctx(OSSL_ENCODER_INSTANCE *encoder_inst) in OSSL_ENCODER_INSTANCE_get_encoder_ctx()
376 OSSL_ENCODER_INSTANCE_get_output_type(OSSL_ENCODER_INSTANCE *encoder_inst) in OSSL_ENCODER_INSTANCE_get_output_type()
[all …]
Dencoder_local.h65 DEFINE_STACK_OF(OSSL_ENCODER_INSTANCE)
67 void ossl_encoder_instance_free(OSSL_ENCODER_INSTANCE *encoder_inst);
92 STACK_OF(OSSL_ENCODER_INSTANCE) *encoder_insts;
Dencoder_pkey.c158 OSSL_ENCODER_INSTANCE *encoder_inst;
166 OSSL_ENCODER_INSTANCE *encoder_inst = construct_data->encoder_inst; in encoder_import_cb()
177 encoder_construct_pkey(OSSL_ENCODER_INSTANCE *encoder_inst, void *arg) in encoder_construct_pkey()
Dencoder_meth.c678 OSSL_ENCODER_INSTANCE *encoder_inst = in OSSL_ENCODER_CTX_set_params()
/third_party/openssl/doc/man3/
DOSSL_ENCODER_CTX.pod16 OSSL_ENCODER_INSTANCE,
51 typedef struct ossl_encoder_instance_st OSSL_ENCODER_INSTANCE;
53 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,
88 B<OSSL_ENCODER_INSTANCE> is an opaque structure that contains data about the
140 The B<OSSL_ENCODER_INSTANCE> for the encoder from which the constructor gets
/third_party/openssl/util/
Dother.syms71 OSSL_ENCODER_INSTANCE datatype