Searched refs:z2_20_0 (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/plugins/ssh-base/crypto/ |
D | fe25519.c | 226 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()
|
D | smult_curve25519_ref.c | 187 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/openssh/ |
D | fe25519.c | 225 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()
|
D | smult_curve25519_ref.c | 187 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()
|