Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A 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()
H A 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()