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

/freebsd-12-stable/contrib/bearssl/src/rsa/
H A Drsa_i15_keygen.c177 uint32_t eq1, eqm1; local
203 eqm1 = a[1] ^ (x[1] - 1);
206 eqm1 |= a[u] ^ x[u];
209 if ((EQ0(eq1) | EQ0(eqm1)) == 0) {
H A Drsa_i31_keygen_inner.c179 uint32_t eq1, eqm1; local
217 eqm1 = a[1] ^ (x[1] - 1);
220 eqm1 |= a[u] ^ x[u];
223 if ((EQ0(eq1) | EQ0(eqm1)) == 0) {

Completed in 115 milliseconds