Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Drsa.c236 static void biMul(uint32_t *ret, const uint32_t *a, const uint32_t *b) in biMul() function
257 biMul(state->tmpA, state->tmpB, state->tmpC); in rsaPrivOp()
264 biMul(state->tmpA, state->tmpC, state->tmpC); in rsaPrivOp()
270 biMul(state->tmpC, state->tmpB, state->tmpB); in rsaPrivOp()