Home
last modified time | relevance | path

Searched refs:current_output_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_lib.c439 const char *current_output_type; in encoder_process() local
449 current_output_type = OSSL_ENCODER_INSTANCE_get_output_type(current_encoder_inst); in encoder_process()
476 && OPENSSL_strcasecmp(current_output_type, in encoder_process()
484 current_output_type, data->ctx->output_type); in encoder_process()
490 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
496 current_output_type, (void *)next_encoder); in encoder_process()