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

  /external/boringssl/src/crypto/bn/
div.c 651 int BN_mod_pow2(BIGNUM *r, const BIGNUM *a, size_t e) {
687 if (!BN_mod_pow2(r, a, e)) {
bn_test.cc     [all...]
  /external/boringssl/src/include/openssl/
bn.h 524 /* BN_mod_pow2 sets |r| = |a| mod 2^|e|. It returns 1 on success and
526 OPENSSL_EXPORT int BN_mod_pow2(BIGNUM *r, const BIGNUM *a, size_t e);
    [all...]

Completed in 310 milliseconds