HomeSort by relevance Sort by last modified time
    Searched refs:BN_mod_lshift (Results 1 - 5 of 5) 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
bn.h 480 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx);
    [all...]
  /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,
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bn.h 510 /* BN_mod_lshift sets |r| = (|a| << n) mod |m|, where |r| and |a| may be the
512 OPENSSL_EXPORT int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n,
515 /* BN_mod_lshift_quick acts like |BN_mod_lshift| but requires that |a| be
    [all...]
  /external/openssl/include/openssl/
bn.h 480 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx);
    [all...]

Completed in 133 milliseconds