Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dcurve25519_sandy2x.c31 fe51 z_51; in crypto_scalarmult_curve25519_sandy2x() local
45 z_51.v[0] = (z2[1] << 26) + z2[0]; in crypto_scalarmult_curve25519_sandy2x()
46 z_51.v[1] = (z2[3] << 26) + z2[2]; in crypto_scalarmult_curve25519_sandy2x()
47 z_51.v[2] = (z2[5] << 26) + z2[4]; in crypto_scalarmult_curve25519_sandy2x()
48 z_51.v[3] = (z2[7] << 26) + z2[6]; in crypto_scalarmult_curve25519_sandy2x()
49 z_51.v[4] = (z2[9] << 26) + z2[8]; in crypto_scalarmult_curve25519_sandy2x()
57 fe51_invert(&z_51, &z_51); in crypto_scalarmult_curve25519_sandy2x()
58 fe51_mul(&x_51, &x_51, &z_51); in crypto_scalarmult_curve25519_sandy2x()
77 fe51 z_51; in crypto_scalarmult_curve25519_sandy2x_base() local
89 z_51.v[0] = (z2[1] << 26) + z2[0]; in crypto_scalarmult_curve25519_sandy2x_base()
[all …]