Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dfe25519.c228 fe25519 z2_100_0; in fe25519_invert() local
266 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t1,&z2_50_0); in fe25519_invert()
268 /* 2^101 - 2^1 */ fe25519_square(&t1,&z2_100_0); in fe25519_invert()
271 /* 2^200 - 2^0 */ fe25519_mul(&t1,&t0,&z2_100_0); in fe25519_invert()
295 fe25519 z2_100_0; in fe25519_pow2523() local
325 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t,&z2_50_0); in fe25519_pow2523()
327 /* 2^101 - 2^1 */ fe25519_square(&t,&z2_100_0); in fe25519_pow2523()
329 /* 2^200 - 2^0 */ fe25519_mul(&t,&t,&z2_100_0); in fe25519_pow2523()
H A 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()

Completed in 1 milliseconds