Searched defs:encoder (Results 1 – 5 of 5) sorted by relevance
40 OSSL_ENCODER *encoder = NULL; in ossl_encoder_new() local52 int OSSL_ENCODER_up_ref(OSSL_ENCODER *encoder) in OSSL_ENCODER_up_ref()60 void OSSL_ENCODER_free(OSSL_ENCODER *encoder) in OSSL_ENCODER_free()212 OSSL_ENCODER *encoder = NULL; in encoder_from_algorithm() local483 const char *OSSL_ENCODER_get0_properties(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_properties()494 ossl_encoder_parsed_properties(const OSSL_ENCODER *encoder) in ossl_encoder_parsed_properties()504 int ossl_encoder_get_number(const OSSL_ENCODER *encoder) in ossl_encoder_get_number()514 const char *OSSL_ENCODER_get0_name(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_name()524 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name) in OSSL_ENCODER_is_a()567 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() local216 OSSL_ENCODER *encoder = in encoder_destruct_pkey() local
210 static OSSL_ENCODER_INSTANCE *ossl_encoder_instance_new(OSSL_ENCODER *encoder, in ossl_encoder_instance_new()306 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
109 BrotliEncoderState *encoder; member
Completed in 22 milliseconds