Home
last modified time | relevance | path

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

/system/core/libmincrypt/
Dp256_ec.c69 static const limb kBottom29Bits = 0x1fffffff; variable
226 out[i] &= kBottom29Bits; in felem_sum()
265 out[i] &= kBottom29Bits; in felem_diff()
305 tmp2[0] = (limb)(tmp[0] & kBottom29Bits); in felem_reduce_degree()
320 tmp2[i] += (((limb)(tmp[i - 1] >> 32)) << 4) & kBottom29Bits; in felem_reduce_degree()
321 tmp2[i] += ((limb) tmp[i]) & kBottom29Bits; in felem_reduce_degree()
324 tmp2[i] &= kBottom29Bits; in felem_reduce_degree()
355 x = tmp2[i] & kBottom29Bits; in felem_reduce_degree()
405 tmp2[i + 6] += (x << 21) & kBottom29Bits; in felem_reduce_degree()
418 tmp2[i + 8] += (x << 28) & kBottom29Bits; in felem_reduce_degree()
[all …]