DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fe_isnegative
crypto/libressl/crypto/curve25519/curve25519.c
1037
if (fe_isnegative(h->X) != (s[31] >> 7)) {
crypto/libressl/crypto/curve25519/curve25519.c
979
s[31] ^= fe_isnegative(x) << 7;
crypto/libressl/crypto/curve25519/curve25519.c
992
s[31] ^= fe_isnegative(x) << 7;