Searched refs:z2_5_0 (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/plugins/ssh-base/crypto/ |
D | fe25519.c | 224 fe25519 z2_5_0; in fe25519_invert() local 239 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t0,&z9); in fe25519_invert() 241 /* 2^6 - 2^1 */ fe25519_square(&t0,&z2_5_0); in fe25519_invert() 246 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t0,&z2_5_0); in fe25519_invert() 291 fe25519 z2_5_0; in fe25519_pow2523() local 305 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t,&z9); in fe25519_pow2523() 307 /* 2^6 - 2^1 */ fe25519_square(&t,&z2_5_0); in fe25519_pow2523() 309 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t,&z2_5_0); in fe25519_pow2523()
|
D | smult_curve25519_ref.c | 185 unsigned int z2_5_0[32]; in recip() local 200 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9); in recip() 202 /* 2^6 - 2^1 */ square(t0,z2_5_0); in recip() 207 /* 2^10 - 2^0 */ mult(z2_10_0,t0,z2_5_0); in recip()
|
/external/openssh/ |
D | fe25519.c | 223 fe25519 z2_5_0; in fe25519_invert() local 238 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t0,&z9); in fe25519_invert() 240 /* 2^6 - 2^1 */ fe25519_square(&t0,&z2_5_0); in fe25519_invert() 245 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t0,&z2_5_0); in fe25519_invert() 290 fe25519 z2_5_0; in fe25519_pow2523() local 304 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t,&z9); in fe25519_pow2523() 306 /* 2^6 - 2^1 */ fe25519_square(&t,&z2_5_0); in fe25519_pow2523() 308 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t,&z2_5_0); in fe25519_pow2523()
|
D | smult_curve25519_ref.c | 185 unsigned int z2_5_0[32]; in recip() local 200 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9); in recip() 202 /* 2^6 - 2^1 */ square(t0,z2_5_0); in recip() 207 /* 2^10 - 2^0 */ mult(z2_10_0,t0,z2_5_0); in recip()
|