Searched refs:z2_50_0 (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/signify/ |
H A D | fe25519.c | 224 fe25519 z2_50_0; in fe25519_invert() local 258 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t0,&z2_10_0); in fe25519_invert() 260 /* 2^51 - 2^1 */ fe25519_square(&t0,&z2_50_0); in fe25519_invert() 263 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t1,&z2_50_0); in fe25519_invert() 273 /* 2^250 - 2^0 */ fe25519_mul(&t0,&t1,&z2_50_0); in fe25519_invert() 291 fe25519 z2_50_0; in fe25519_pow2523() local 318 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t,&z2_10_0); in fe25519_pow2523() 320 /* 2^51 - 2^1 */ fe25519_square(&t,&z2_50_0); in fe25519_pow2523() 322 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t,&z2_50_0); in fe25519_pow2523() 330 /* 2^250 - 2^0 */ fe25519_mul(&t,&t,&z2_50_0); in fe25519_pow2523()
|
/openbsd/sbin/iked/ |
H A D | smult_curve25519_ref.c | 188 unsigned int z2_50_0[32]; in recip() local 222 /* 2^50 - 2^0 */ mult(z2_50_0,t0,z2_10_0); in recip() 224 /* 2^51 - 2^1 */ square(t0,z2_50_0); in recip() 227 /* 2^100 - 2^0 */ mult(z2_100_0,t1,z2_50_0); in recip() 237 /* 2^250 - 2^0 */ mult(t0,t1,z2_50_0); in recip()
|
/openbsd/usr.bin/ssh/ |
H A D | smult_curve25519_ref.c | 188 unsigned int z2_50_0[32]; in recip() local 222 /* 2^50 - 2^0 */ mult(z2_50_0,t0,z2_10_0); in recip() 224 /* 2^51 - 2^1 */ square(t0,z2_50_0); in recip() 227 /* 2^100 - 2^0 */ mult(z2_100_0,t1,z2_50_0); in recip() 237 /* 2^250 - 2^0 */ mult(t0,t1,z2_50_0); in recip()
|
H A D | ed25519.c | 342 fe25519 z2_50_0; in fe25519_invert() local 376 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t0,&z2_10_0); in fe25519_invert() 378 /* 2^51 - 2^1 */ fe25519_square(&t0,&z2_50_0); in fe25519_invert() 381 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t1,&z2_50_0); in fe25519_invert() 391 /* 2^250 - 2^0 */ fe25519_mul(&t0,&t1,&z2_50_0); in fe25519_invert() 409 fe25519 z2_50_0; in fe25519_pow2523() local 436 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t,&z2_10_0); in fe25519_pow2523() 438 /* 2^51 - 2^1 */ fe25519_square(&t,&z2_50_0); in fe25519_pow2523() 440 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t,&z2_50_0); in fe25519_pow2523() 448 /* 2^250 - 2^0 */ fe25519_mul(&t,&t,&z2_50_0); in fe25519_pow2523()
|