Searched refs:current_encoder_inst_index (Results 1 – 1 of 1) sorted by relevance
28 int current_encoder_inst_index; member52 data.current_encoder_inst_index = OSSL_ENCODER_CTX_get_num_encoders(ctx); in OSSL_ENCODER_to_bio()54 if (data.current_encoder_inst_index == 0) { in OSSL_ENCODER_to_bio()415 for (i = data->current_encoder_inst_index; i-- > 0;) { in encoder_process()437 new_data.current_encoder_inst_index = i; in encoder_process()
Completed in 6 milliseconds