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

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_mod.c 114 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
123 * BN_mod_sub variant that may be used if both a and b are non-negative,
187 * BN_mod_sub variant that may be used if both a and b are non-negative and
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_mod.c 115 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
124 * BN_mod_sub variant that may be used if both a and b are non-negative,
188 * BN_mod_sub variant that may be used if both a and b are non-negative and
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_mod.c 106 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
115 * BN_mod_sub variant that may be used if both a and b are non-negative,
179 * BN_mod_sub variant that may be used if both a and b are non-negative and
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h 93 #define BN_mod_sub PGPV_BN_mod_sub
  /src/sbin/nvmectl/
bignum.c 5698 BN_mod_sub(BIGNUM *r, BIGNUM *a, BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 5624 BN_mod_sub(BIGNUM *r, BIGNUM *a, BIGNUM *b, const BIGNUM *m, BN_CTX *ctx)

Completed in 30 milliseconds