HomeSort by relevance Sort by last modified time
    Searched defs:BN_mod_inverse (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
gcd.c 229 BIGNUM *BN_mod_inverse(BIGNUM *out, const BIGNUM *a, const BIGNUM *n,
529 OPENSSL_PUT_ERROR(BN, BN_mod_inverse, BN_R_NO_INVERSE);
542 /* BN_mod_inverse_no_branch is a special version of BN_mod_inverse.
  /external/openssl/crypto/bn/
bn_gcd.c 209 BIGNUM *BN_mod_inverse(BIGNUM *in,
504 /* BN_mod_inverse_no_branch is a special version of BN_mod_inverse.

Completed in 336 milliseconds