Searched refs:OSSL_ENCODER_is_a (Results 1 – 9 of 9) sorted by relevance
11 OSSL_ENCODER_is_a,32 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name);72 OSSL_ENCODER_is_a() checks if I<encoder> is an implementation of an112 OSSL_ENCODER_is_a() returns 1 of I<encoder> was identifiable,
38 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name);
113 if (!OSSL_ENCODER_is_a(encoder, name) in collect_encoder()
471 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
559 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()
5069 OSSL_ENCODER_is_a;
3033 MLINKS+= OSSL_ENCODER.3 OSSL_ENCODER_is_a.3
4831 OSSL_ENCODER_is_a 4959 3_0_0 EXIST::FUNCTION: