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

  /external/openssl/crypto/bn/
bn_mod.c 231 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx)
254 /* BN_mod_lshift variant that may be used if a is non-negative
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
div.c 469 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m,

Completed in 45 milliseconds