Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dcurve25519_sandy2x.c30 fe51 x_51; in crypto_scalarmult_curve25519_sandy2x() local
51 x_51.v[0] = (x2[1] << 26) + x2[0]; in crypto_scalarmult_curve25519_sandy2x()
52 x_51.v[1] = (x2[3] << 26) + x2[2]; in crypto_scalarmult_curve25519_sandy2x()
53 x_51.v[2] = (x2[5] << 26) + x2[4]; in crypto_scalarmult_curve25519_sandy2x()
54 x_51.v[3] = (x2[7] << 26) + x2[6]; in crypto_scalarmult_curve25519_sandy2x()
55 x_51.v[4] = (x2[9] << 26) + x2[8]; in crypto_scalarmult_curve25519_sandy2x()
58 fe51_mul(&x_51, &x_51, &z_51); in crypto_scalarmult_curve25519_sandy2x()
59 fe51_pack(q, &x_51); in crypto_scalarmult_curve25519_sandy2x()
76 fe51 x_51; in crypto_scalarmult_curve25519_sandy2x_base() local
95 x_51.v[0] = (x2[1] << 26) + x2[0]; in crypto_scalarmult_curve25519_sandy2x_base()
[all …]