Searched defs:BN_is_zero (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.bin/factor/ | ||
| H A D | factor.c | 88 #define BN_is_zero(v) (*(v) == 0) macro |
| /freebsd/crypto/openssl/crypto/bn/ | ||
| H A D | bn_lib.c | 1037 int BN_is_zero(const BIGNUM *a) in BN_is_zero() function |