Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dfe25519.c226 fe25519 z2_20_0; in fe25519_invert() local
251 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t1,&z2_10_0); in fe25519_invert()
253 /* 2^21 - 2^1 */ fe25519_square(&t0,&z2_20_0); in fe25519_invert()
256 /* 2^40 - 2^0 */ fe25519_mul(&t0,&t1,&z2_20_0); in fe25519_invert()
293 fe25519 z2_20_0; in fe25519_pow2523() local
313 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t,&z2_10_0); in fe25519_pow2523()
315 /* 2^21 - 2^1 */ fe25519_square(&t,&z2_20_0); in fe25519_pow2523()
317 /* 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()

Completed in 2 milliseconds