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