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