Searched defs:BN_is_zero (Results 1 – 6 of 6) sorted by relevance
84 #define BN_is_zero(a) (((a)->used == 0) ? 1 : 0) macro
108 #define BN_is_zero(v) (*(v) == 0) macro
52 #define BN_is_zero PGPV_BN_is_zero macro
903 int BN_is_zero(const BIGNUM *a) in BN_is_zero() function
948 int BN_is_zero(const BIGNUM *a) in BN_is_zero() function