Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Drsa.c229 static void biMod(uint32_t *num, const uint32_t *denum, uint32_t *tmp) in biMod() function
258 biMod(state->tmpA, c, state->tmpB); in rsaPrivOp()
265 biMod(state->tmpA, c, state->tmpC); in rsaPrivOp()
271 biMod(state->tmpC, c, state->tmpB); in rsaPrivOp()