Searched refs:t2 (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 243 fe t2; in fe_loose_invert() local 254 fe_sq_tt(&t2, &t0); in fe_loose_invert() 255 fe_mul_ttt(&t1, &t1, &t2); in fe_loose_invert() 256 fe_sq_tt(&t2, &t1); in fe_loose_invert() 258 fe_sq_tt(&t2, &t2); in fe_loose_invert() 260 fe_mul_ttt(&t1, &t2, &t1); in fe_loose_invert() 261 fe_sq_tt(&t2, &t1); in fe_loose_invert() 263 fe_sq_tt(&t2, &t2); in fe_loose_invert() 265 fe_mul_ttt(&t2, &t2, &t1); in fe_loose_invert() 266 fe_sq_tt(&t3, &t2); in fe_loose_invert() [all …]
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | sha256.c | 185 unsigned int t1, t2; in compress() local 197 t2 = Sigma0(a) + Maj(a, b, c); in compress() 199 d = c; c = b; b = a; a = t1 + t2; in compress() 210 t2 = Sigma0(a) + Maj(a, b, c); in compress() 212 d = c; c = b; b = a; a = t1 + t2; in compress()
|
/mcuboot-latest/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 202 uint64_t t1, t2; in compress() local 214 t2 = Sigma0(a) + Maj(a, b, c); in compress() 216 d = c; c = b; b = a; a = t1 + t2; in compress() 227 t2 = Sigma0(a) + Maj(a, b, c); in compress() 229 d = c; c = b; b = a; a = t1 + t2; in compress()
|