Lines Matching refs:OSSL_ENCODER
28 static OSSL_ENCODER *ossl_encoder_new(void) in ossl_encoder_new()
30 OSSL_ENCODER *encoder = NULL; in ossl_encoder_new()
42 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()
350 static OSSL_ENCODER *
427 OSSL_ENCODER *OSSL_ENCODER_fetch(OSSL_LIB_CTX *libctx, const char *name, in OSSL_ENCODER_fetch()
463 const OSSL_PROVIDER *OSSL_ENCODER_get0_provider(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_provider()
473 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()
509 const char *OSSL_ENCODER_get0_description(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_description()
514 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name) in OSSL_ENCODER_is_a()
526 void (*user_fn)(OSSL_ENCODER *encoder, void *arg);
538 void (*user_fn)(OSSL_ENCODER *encoder, in OSSL_ENCODER_do_all_provided()
557 int OSSL_ENCODER_names_do_all(const OSSL_ENCODER *encoder, in OSSL_ENCODER_names_do_all()
575 OSSL_ENCODER_gettable_params(OSSL_ENCODER *encoder) in OSSL_ENCODER_gettable_params()
585 int OSSL_ENCODER_get_params(OSSL_ENCODER *encoder, OSSL_PARAM params[]) in OSSL_ENCODER_get_params()
592 const OSSL_PARAM *OSSL_ENCODER_settable_ctx_params(OSSL_ENCODER *encoder) in OSSL_ENCODER_settable_ctx_params()
633 OSSL_ENCODER *encoder = OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in OSSL_ENCODER_CTX_set_params()