HomeSort by relevance Sort by last modified time
    Searched refs:BN_mod_sub (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 428 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
436 // BN_mod_sub variant that may be used if both a and b are non-negative
  /external/boringssl/src/include/openssl/
bn.h 537 // BN_mod_sub sets |r| = |a| - |b| mod |m|. It returns one on success and zero
539 OPENSSL_EXPORT int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
542 // BN_mod_sub_quick acts like |BN_mod_sub| but requires that |a| and |b| be
    [all...]
  /external/tpm2/
CpriECC.c     [all...]

Completed in 231 milliseconds