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()
44 int OSSL_ENCODER_up_ref(OSSL_ENCODER *encoder) in OSSL_ENCODER_up_ref()
52 void OSSL_ENCODER_free(OSSL_ENCODER *encoder) in OSSL_ENCODER_free()
204 OSSL_ENCODER *encoder = NULL; in encoder_from_algorithm()
352 static OSSL_ENCODER *
429 OSSL_ENCODER *OSSL_ENCODER_fetch(OSSL_LIB_CTX *libctx, const char *name, in OSSL_ENCODER_fetch()
465 const OSSL_PROVIDER *OSSL_ENCODER_get0_provider(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_provider()
475 const char *OSSL_ENCODER_get0_properties(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_properties()
486 ossl_encoder_parsed_properties(const OSSL_ENCODER *encoder) in ossl_encoder_parsed_properties()
496 int ossl_encoder_get_number(const OSSL_ENCODER *encoder) in ossl_encoder_get_number()
506 const char *OSSL_ENCODER_get0_name(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_name()
511 const char *OSSL_ENCODER_get0_description(const OSSL_ENCODER *encoder) in OSSL_ENCODER_get0_description()
516 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name) in OSSL_ENCODER_is_a()
528 void (*user_fn)(OSSL_ENCODER *encoder, void *arg);
540 void (*user_fn)(OSSL_ENCODER *encoder, in OSSL_ENCODER_do_all_provided()
559 int OSSL_ENCODER_names_do_all(const OSSL_ENCODER *encoder, in OSSL_ENCODER_names_do_all()
577 OSSL_ENCODER_gettable_params(OSSL_ENCODER *encoder) in OSSL_ENCODER_gettable_params()
587 int OSSL_ENCODER_get_params(OSSL_ENCODER *encoder, OSSL_PARAM params[]) in OSSL_ENCODER_get_params()
594 const OSSL_PARAM *OSSL_ENCODER_settable_ctx_params(OSSL_ENCODER *encoder) in OSSL_ENCODER_settable_ctx_params()
637 OSSL_ENCODER *encoder = OSSL_ENCODER_INSTANCE_get_encoder(encoder_inst); in OSSL_ENCODER_CTX_set_params()