HomeSort by: relevance | last modified time | path
    Searched defs:tempX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/
x25519_ref10.c 124 fe25519 tempX;
127 fe25519_add(tempX, edwardsZ, edwardsY);
130 fe25519_mul(montgomeryX, tempX, tempZ);
x25519_ref10.c 124 fe25519 tempX;
127 fe25519_add(tempX, edwardsZ, edwardsY);
130 fe25519_mul(montgomeryX, tempX, tempZ);

Completed in 26 milliseconds