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

  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 559 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) {
  /external/boringssl/src/include/openssl/
bn.h 567 // BN_mod_lshift1 sets |r| = (|a| << 1) mod |m|, where |r| and |a| may be the
569 OPENSSL_EXPORT int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m,
572 // BN_mod_lshift1_quick acts like |BN_mod_lshift1| but requires that |a| be
    [all...]

Completed in 67 milliseconds