Searched defs:d0 (Results 1 - 1 of 1) sorted by relevance

/system/core/libmincrypt/
H A Drsa.c62 uint32_t d0 = (uint32_t)A * key->n0inv; local
63 uint64_t B = (uint64_t)d0 * key->n[0] + (uint32_t)A;
68 B = (B >> 32) + (uint64_t)d0 * key->n[i] + (uint32_t)A;

Completed in 52 milliseconds