OpenGrok
Cross Reference: bn.h
xref
: /
external
/
openssl
/
crypto
/
bn
/
bn.h
Home
|
History
|
Annotate
|
Download
|
only in
bn
Lines Matching
defs:BN_is_odd
410
#define
BN_is_odd
(a) (((a)->top > 0) && ((a)->d[0] & 1))