Searched refs:z2_50_0 (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | fe25519.c | 226 fe25519 z2_50_0; in fe25519_invert() local 260 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t0,&z2_10_0); in fe25519_invert() 262 /* 2^51 - 2^1 */ fe25519_square(&t0,&z2_50_0); in fe25519_invert() 265 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t1,&z2_50_0); in fe25519_invert() 275 /* 2^250 - 2^0 */ fe25519_mul(&t0,&t1,&z2_50_0); in fe25519_invert() 293 fe25519 z2_50_0; in fe25519_pow2523() local 320 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t,&z2_10_0); in fe25519_pow2523() 322 /* 2^51 - 2^1 */ fe25519_square(&t,&z2_50_0); in fe25519_pow2523() 324 /* 2^100 - 2^0 */ fe25519_mul(&z2_100_0,&t,&z2_50_0); in fe25519_pow2523() 332 /* 2^250 - 2^0 */ fe25519_mul(&t,&t,&z2_50_0); in fe25519_pow2523()
|
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()
|
/external/libwebsockets/plugins/ssh-base/crypto/ |
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()
|
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()
|