Searched refs:z2_100_0 (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | fe25519.c | 227 fe25519 z2_100_0; in fe25519_invert() local 265 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t1,&z2_50_0); in fe25519_invert() 267 /* 2^101 - 2^1 */ fe25519_square(&t1,&z2_100_0); in fe25519_invert() 270 /* 2^200 - 2^0 */ fe25519_mul(&t1,&t0,&z2_100_0); in fe25519_invert() 294 fe25519 z2_100_0; in fe25519_pow2523() local 324 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t,&z2_50_0); in fe25519_pow2523() 326 /* 2^101 - 2^1 */ fe25519_square(&t,&z2_100_0); in fe25519_pow2523() 328 /* 2^200 - 2^0 */ fe25519_mul(&t,&t,&z2_100_0); in fe25519_pow2523()
|
D | smult_curve25519_ref.c | 189 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()
|
/external/libwebsockets/plugins/ssh-base/crypto/ |
D | fe25519.c | 228 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()
|
D | smult_curve25519_ref.c | 189 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()
|