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

  /external/openssl/crypto/bn/
bn_mod.c 211 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
219 /* BN_mod_lshift1 variant that may be used if a is non-negative
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
div.c 540 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) {

Completed in 53 milliseconds