Home
last modified time | relevance | path

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

/external/openssh/
Dfe25519.c227 fe25519 z2_100_0; in fe25519_invert() local
265 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t1,&z2_50_0); in fe25519_invert()
267 /* 2^101 - 2^1 */ fe25519_square(&t1,&z2_100_0); in fe25519_invert()
270 /* 2^200 - 2^0 */ fe25519_mul(&t1,&t0,&z2_100_0); in fe25519_invert()
294 fe25519 z2_100_0; in fe25519_pow2523() local
324 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t,&z2_50_0); in fe25519_pow2523()
326 /* 2^101 - 2^1 */ fe25519_square(&t,&z2_100_0); in fe25519_pow2523()
328 /* 2^200 - 2^0 */ fe25519_mul(&t,&t,&z2_100_0); in fe25519_pow2523()
Dsmult_curve25519_ref.c189 unsigned int z2_100_0[32]; in recip() local
227 /* 2^100 - 2^0 */ mult(z2_100_0,t1,z2_50_0); in recip()
229 /* 2^101 - 2^1 */ square(t1,z2_100_0); in recip()
232 /* 2^200 - 2^0 */ mult(t1,t0,z2_100_0); in recip()
/external/boringssl/src/ssl/test/runner/curve25519/
Dmont25519_amd64.go180 var z2, z9, z11, z2_5_0, z2_10_0, z2_20_0, z2_50_0, z2_100_0, t [5]uint64
218 mul(&z2_100_0, &t, &z2_50_0) /* 2^100 - 2^0 */
220 square(&t, &z2_100_0) /* 2^101 - 2^1 */
224 mul(&t, &t, &z2_100_0) /* 2^200 - 2^0 */
/external/boringssl/src/crypto/curve25519/
Dx25519-x86_64.c148 fe25519 z2_100_0; in fe25519_invert() local
178 /* 2^100 - 2^0 */ x25519_x86_64_mul(&z2_100_0, &t, &z2_50_0); in fe25519_invert()
180 /* 2^101 - 2^1 */ x25519_x86_64_square(&t, &z2_100_0); in fe25519_invert()
184 /* 2^200 - 2^0 */ x25519_x86_64_mul(&t, &t, &z2_100_0); in fe25519_invert()