Lines Matching refs:current_encoder_inst
396 OSSL_ENCODER_INSTANCE *current_encoder_inst = NULL; in encoder_process() local
425 current_encoder_inst = in encoder_process()
428 OSSL_ENCODER_INSTANCE_get_encoder(current_encoder_inst); in encoder_process()
430 OSSL_ENCODER_INSTANCE_get_encoder_ctx(current_encoder_inst); in encoder_process()
432 OSSL_ENCODER_INSTANCE_get_output_type(current_encoder_inst); in encoder_process()
434 OSSL_ENCODER_INSTANCE_get_output_structure(current_encoder_inst); in encoder_process()
438 new_data.next_encoder_inst = current_encoder_inst; in encoder_process()
446 (void *)current_encoder_inst, (void *)current_encoder); in encoder_process()
571 data->ctx->construct(current_encoder_inst, in encoder_process()
646 (void *)current_encoder_inst, ok); in encoder_process()
651 data->prev_encoder_inst = current_encoder_inst; in encoder_process()