Searched defs:encoder (Results 1 – 8 of 8) sorted by relevance
30 OSSL_ENCODER *encoder = NULL; in ossl_encoder_new() local42 int OSSL_ENCODER_up_ref(OSSL_ENCODER *encoder) in OSSL_ENCODER_up_ref()50 void OSSL_ENCODER_free(OSSL_ENCODER *encoder) in OSSL_ENCODER_free()202 OSSL_ENCODER *encoder = NULL; in encoder_from_algorithm() local473 const char *OSSL_ENCODER_get0_properties(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_properties()484 ossl_encoder_parsed_properties(const OSSL_ENCODER *encoder) in ossl_encoder_parsed_properties()494 int ossl_encoder_get_number(const OSSL_ENCODER *encoder) in ossl_encoder_get_number()504 const char *OSSL_ENCODER_get0_name(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_name()514 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name) in OSSL_ENCODER_is_a()557 int OSSL_ENCODER_names_do_all(const OSSL_ENCODER *encoder, in OSSL_ENCODER_names_do_all()[all …]
87 static void collect_encoder(OSSL_ENCODER *encoder, void *arg) in collect_encoder()170 OSSL_ENCODER *encoder = OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in encoder_import_cb() local185 OSSL_ENCODER *encoder = in encoder_construct_pkey() local211 OSSL_ENCODER *encoder = in encoder_destruct_pkey() local
187 static OSSL_ENCODER_INSTANCE *ossl_encoder_instance_new(OSSL_ENCODER *encoder, in ossl_encoder_instance_new()283 int OSSL_ENCODER_CTX_add_encoder(OSSL_ENCODER_CTX *ctx, OSSL_ENCODER *encoder) in OSSL_ENCODER_CTX_add_encoder()
58 OSSL_ENCODER *encoder; /* Never NULL */ member
236 OSSL_ENCODER *encoder = NULL; in fetch_test() local
134 typedef int (encoder)(const char *file, const int line, typedef
109 BrotliEncoderState *encoder; member
511 static void collect_encoders(OSSL_ENCODER *encoder, void *stack) in collect_encoders()
Completed in 24 milliseconds