Home
last modified time | relevance | path

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

/external/openssh/
Dfe25519.c225 fe25519 z2_20_0; in fe25519_invert() local
250 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t1,&z2_10_0); in fe25519_invert()
252 /* 2^21 - 2^1 */ fe25519_square(&t0,&z2_20_0); in fe25519_invert()
255 /* 2^40 - 2^0 */ fe25519_mul(&t0,&t1,&z2_20_0); in fe25519_invert()
292 fe25519 z2_20_0; in fe25519_pow2523() local
312 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t,&z2_10_0); in fe25519_pow2523()
314 /* 2^21 - 2^1 */ fe25519_square(&t,&z2_20_0); in fe25519_pow2523()
316 /* 2^40 - 2^0 */ fe25519_mul(&t,&t,&z2_20_0); in fe25519_pow2523()
Dsmult_curve25519_ref.c187 unsigned int z2_20_0[32]; in recip() local
212 /* 2^20 - 2^0 */ mult(z2_20_0,t1,z2_10_0); in recip()
214 /* 2^21 - 2^1 */ square(t0,z2_20_0); in recip()
217 /* 2^40 - 2^0 */ mult(t0,t1,z2_20_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
200 mul(&z2_20_0, &t, &z2_10_0) /* 2^20 - 2^0 */
202 square(&t, &z2_20_0) /* 2^21 - 2^1 */
206 mul(&t, &t, &z2_20_0) /* 2^40 - 2^0 */
/external/boringssl/src/crypto/curve25519/
Dx25519-x86_64.c146 fe25519 z2_20_0; in fe25519_invert() local
166 /* 2^20 - 2^0 */ x25519_x86_64_mul(&z2_20_0, &t, &z2_10_0); in fe25519_invert()
168 /* 2^21 - 2^1 */ x25519_x86_64_square(&t, &z2_20_0); in fe25519_invert()
170 /* 2^40 - 2^0 */ x25519_x86_64_mul(&t, &t, &z2_20_0); in fe25519_invert()