FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BN_zero
crypto/openssl/include/openssl/bn.h
201
#define BN_zero(a) BN_zero_ex(a)
crypto/openssl/include/openssl/bn.h
203
#define BN_zero(a) (BN_set_word((a), 0))