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

  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 490 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m,
  /external/boringssl/src/include/openssl/
bn.h 557 // BN_mod_lshift sets |r| = (|a| << n) mod |m|, where |r| and |a| may be the
559 OPENSSL_EXPORT int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n,
562 // BN_mod_lshift_quick acts like |BN_mod_lshift| but requires that |a| be
    [all...]

Completed in 771 milliseconds