Searched refs:biMulIterative (Results 1 – 1 of 1) sorted by relevance
112 static void biMulIterative(uint32_t *ret, const uint32_t *a, const uint32_t *b, uint32_t step) //re… in biMulIterative() function186 … biMulIterative(state->tmpA, state->tmpB, gigastep == 16 ? a : state->tmpB, gigastepSubstep); in rsaPubOpIterative()241 biMulIterative(ret, a, b, step); in biMul()