Searched refs:z2_50_0 (Results 1 - 2 of 2) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | fe25519.c | 227 fe25519 z2_50_0; in fe25519_invert() local 261 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t0,&z2_10_0); in fe25519_invert() 263 /* 2^51 - 2^1 */ fe25519_square(&t0,&z2_50_0); in fe25519_invert() 266 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t1,&z2_50_0); in fe25519_invert() 276 /* 2^250 - 2^0 */ fe25519_mul(&t0,&t1,&z2_50_0); in fe25519_invert() 294 fe25519 z2_50_0; in fe25519_pow2523() local 321 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t,&z2_10_0); in fe25519_pow2523() 323 /* 2^51 - 2^1 */ fe25519_square(&t,&z2_50_0); in fe25519_pow2523() 325 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t,&z2_50_0); in fe25519_pow2523() 333 /* 2^250 - 2^0 */ fe25519_mul(&t,&t,&z2_50_0); in fe25519_pow2523() [all...] |
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()
|
Completed in 2 milliseconds