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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 239 fe25519 negx; local in function:ge25519_frombytes
269 fe25519_neg(negx, h->X);
270 fe25519_cmov(h->X, negx, fe25519_isnegative(h->X) ^ (s[31] >> 7));
1976 fe25519 negx; local in function:ge25519_from_uniform
2008 fe25519_neg(negx, x);
2009 fe25519_cmov(x, negx, e_is_minus_1);
ed25519_ref10.c 239 fe25519 negx; local in function:ge25519_frombytes
269 fe25519_neg(negx, h->X);
270 fe25519_cmov(h->X, negx, fe25519_isnegative(h->X) ^ (s[31] >> 7));
1976 fe25519 negx; local in function:ge25519_from_uniform
2008 fe25519_neg(negx, x);
2009 fe25519_cmov(x, negx, e_is_minus_1);

Completed in 25 milliseconds