Searched refs:gigastep (Results 1 – 1 of 1) sorted by relevance
170 uint32_t step = *stepP, gigastep, gigastepBase, gigastepSubstep, megaSubstep; in rsaPubOpIterative() local180 gigastep = (step - 1) / (RSA_LEN * 4); in rsaPubOpIterative()182 gigastepBase = gigastep * (RSA_LEN * 4); in rsaPubOpIterative()186 … biMulIterative(state->tmpA, state->tmpB, gigastep == 16 ? a : state->tmpB, gigastepSubstep); in rsaPubOpIterative()194 if (gigastep == 16) // we're done in rsaPubOpIterative()