FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BN_is_zero
crypto/openssl/crypto/bn/bn_lib.c
1034
int BN_is_zero(const BIGNUM *a)
usr.bin/factor/factor.c
88
#define BN_is_zero(v) (*(v) == 0)