Searched refs:aaa (Results 1 - 2 of 2) sorted by relevance

/system/core/libmincrypt/
H A Drsa_e_f4.c101 uint32_t* aaa = aaR; // Re-use location. local
119 montMul(key, aaa, aR, a); // aaa = aR * a / R mod M
121 // Make sure aaa < mod; aaa is at most 1x mod too large.
122 if (geM(key, aaa)) {
123 subM(key, aaa);
128 uint32_t tmp = aaa[i];
H A Drsa_e_3.c100 uint32_t *aaa = aR; /* Re-use location. */ local
115 montMul(key, aaa, aaR, a); /* aaa = aaR * a / R mod M */
117 /* Make sure aaa < mod; aaa is at most 1x mod too large. */
118 if (geM(key, aaa)) {
119 subM(key, aaa);
124 uint32_t tmp = aaa[i];

Completed in 108 milliseconds