Home
last modified time | relevance | path

Searched refs:z2_10_0 (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dfe25519.c224 fe25519 z2_10_0; in fe25519_invert() local
245 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t0,&z2_5_0); in fe25519_invert()
247 /* 2^11 - 2^1 */ fe25519_square(&t0,&z2_10_0); in fe25519_invert()
250 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t1,&z2_10_0); in fe25519_invert()
260 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t0,&z2_10_0); in fe25519_invert()
291 fe25519 z2_10_0; in fe25519_pow2523() local
308 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t,&z2_5_0); in fe25519_pow2523()
310 /* 2^11 - 2^1 */ fe25519_square(&t,&z2_10_0); in fe25519_pow2523()
312 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t,&z2_10_0); in fe25519_pow2523()
320 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t,&z2_10_0); in fe25519_pow2523()
Dsmult_curve25519_ref.c186 unsigned int z2_10_0[32]; in recip() local
207 /* 2^10 - 2^0 */ mult(z2_10_0,t0,z2_5_0); in recip()
209 /* 2^11 - 2^1 */ square(t0,z2_10_0); in recip()
212 /* 2^20 - 2^0 */ mult(z2_20_0,t1,z2_10_0); in recip()
222 /* 2^50 - 2^0 */ mult(z2_50_0,t0,z2_10_0); in recip()
/external/libwebsockets/plugins/ssh-base/crypto/
Dfe25519.c225 fe25519 z2_10_0; in fe25519_invert() local
246 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t0,&z2_5_0); in fe25519_invert()
248 /* 2^11 - 2^1 */ fe25519_square(&t0,&z2_10_0); in fe25519_invert()
251 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t1,&z2_10_0); in fe25519_invert()
261 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t0,&z2_10_0); in fe25519_invert()
292 fe25519 z2_10_0; in fe25519_pow2523() local
309 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t,&z2_5_0); in fe25519_pow2523()
311 /* 2^11 - 2^1 */ fe25519_square(&t,&z2_10_0); in fe25519_pow2523()
313 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t,&z2_10_0); in fe25519_pow2523()
321 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t,&z2_10_0); in fe25519_pow2523()
Dsmult_curve25519_ref.c186 unsigned int z2_10_0[32]; in recip() local
207 /* 2^10 - 2^0 */ mult(z2_10_0,t0,z2_5_0); in recip()
209 /* 2^11 - 2^1 */ square(t0,z2_10_0); in recip()
212 /* 2^20 - 2^0 */ mult(z2_20_0,t1,z2_10_0); in recip()
222 /* 2^50 - 2^0 */ mult(z2_50_0,t0,z2_10_0); in recip()