Searched defs:BN_is_zero (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/factor/
H A Dfactor.c97 #define BN_is_zero(v) (*(v) == 0) macro
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c903 int BN_is_zero(const BIGNUM *a) function

Completed in 70 milliseconds