Searched refs:OSSL_ENCODER_is_a (Results 1 – 7 of 7) sorted by relevance
11 OSSL_ENCODER_is_a,32 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name);71 OSSL_ENCODER_is_a() checks if I<encoder> is an implementation of an111 OSSL_ENCODER_is_a() returns 1 of I<encoder> was identifiable,
38 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name);
114 if (!OSSL_ENCODER_is_a(encoder, name) in collect_encoder()
467 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
511 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name) in OSSL_ENCODER_is_a() function
536 if (select_name != NULL && !OSSL_ENCODER_is_a(k, select_name)) in list_encoders()
4831 OSSL_ENCODER_is_a 4959 3_0_0 EXIST::FUNCTION:
Completed in 20 milliseconds