Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/ssh-base/crypto/
Dfe25519.c224 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()
Dsmult_curve25519_ref.c185 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/
Dfe25519.c223 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()
Dsmult_curve25519_ref.c185 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()