Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Drsa.c23 static bool biModIterative(uint32_t *num, const uint32_t *denum, uint32_t *tmp, uint32_t *state1, u… in biModIterative() function
193 …if (biModIterative(state->tmpA, c, state->tmpB, state1, state2, gigastepSubstep - RSA_LEN)) { //MO… in rsaPubOpIterative()
233 for (step = 0; !biModIterative(num, denum, tmp, &state1, &state2, step); step++); in biMod()