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

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_add.c 45 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_add.c 45 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_add.c 45 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h 76 #define BN_sub PGPV_BN_sub
  /src/sbin/nvmectl/
bignum.c 5365 BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
5758 BN_sub(i, i, one);
5762 BN_sub(i, i, one);
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 5343 BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)

Completed in 40 milliseconds