HomeSort by: relevance | last modified time | path
    Searched defs:BN_is_zero (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/nvmectl/
bn.h 84 #define BN_is_zero(a) (((a)->used == 0) ? 1 : 0)
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bn.h 84 #define BN_is_zero(a) (((a)->used == 0) ? 1 : 0)
  /src/games/factor/
factor.c 108 #define BN_is_zero(v) (*(v) == 0)
212 if (BN_is_zero(val)) /* Historical practice; 0 just exits. */
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h 52 #define BN_is_zero PGPV_BN_is_zero
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_lib.c 169 * if BN_is_zero(a) => i is -1 and ret contains garbage, so we mask the
195 if (BN_is_zero(a))
744 if (b && !BN_is_zero(a))
903 int BN_is_zero(const BIGNUM *a)
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c 170 * if BN_is_zero(a) => i is -1 and ret contains garbage, so we mask the
196 if (BN_is_zero(a))
878 if (b && !BN_is_zero(a))
1034 int BN_is_zero(const BIGNUM *a)
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_lib.c 170 * if BN_is_zero(a) => i is -1 and ret contains garbage, so we mask the
196 if (BN_is_zero(a))
789 if (b && !BN_is_zero(a))
948 int BN_is_zero(const BIGNUM *a)

Completed in 36 milliseconds