Searched defs:encoder (Results 1 – 7 of 7) sorted by relevance
29 OSSL_ENCODER *encoder = NULL; in ossl_encoder_new() local43 int OSSL_ENCODER_up_ref(OSSL_ENCODER *encoder) in OSSL_ENCODER_up_ref()51 void OSSL_ENCODER_free(OSSL_ENCODER *encoder) in OSSL_ENCODER_free()201 OSSL_ENCODER *encoder = NULL; in encoder_from_algorithm() local470 const char *OSSL_ENCODER_get0_properties(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_properties()481 ossl_encoder_parsed_properties(const OSSL_ENCODER *encoder) in ossl_encoder_parsed_properties()491 int ossl_encoder_get_number(const OSSL_ENCODER *encoder) in ossl_encoder_get_number()501 const char *OSSL_ENCODER_get0_name(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_name()511 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name) in OSSL_ENCODER_is_a()554 int OSSL_ENCODER_names_do_all(const OSSL_ENCODER *encoder, in OSSL_ENCODER_names_do_all()[all …]
86 static void collect_encoder(OSSL_ENCODER *encoder, void *arg) in collect_encoder()168 OSSL_ENCODER *encoder = OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in encoder_import_cb() local183 OSSL_ENCODER *encoder = in encoder_construct_pkey() local209 OSSL_ENCODER *encoder = in encoder_destruct_pkey() local
183 static OSSL_ENCODER_INSTANCE *ossl_encoder_instance_new(OSSL_ENCODER *encoder, in ossl_encoder_instance_new()281 int OSSL_ENCODER_CTX_add_encoder(OSSL_ENCODER_CTX *ctx, OSSL_ENCODER *encoder) in OSSL_ENCODER_CTX_add_encoder()
59 OSSL_ENCODER *encoder; /* Never NULL */ member
235 OSSL_ENCODER *encoder = NULL; in fetch_test() local
129 typedef int (encoder)(const char *file, const int line, typedef
508 static void collect_encoders(OSSL_ENCODER *encoder, void *stack) in collect_encoders()
Completed in 16 milliseconds