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

  /external/boringssl/src/crypto/fipsmodule/bn/
montgomery_inv.c 196 if (!BN_lshift1(r, r)) {
div.c 534 if (!BN_lshift1(r, r)) {
552 if (!BN_lshift1(r, a)) {
560 if (!BN_lshift1(r, a)) {
shift.c 104 int BN_lshift1(BIGNUM *r, const BIGNUM *a) {
prime.c     [all...]
bn_test.cc 290 ASSERT_TRUE(BN_lshift1(ret.get(), a.get()));
    [all...]
  /external/boringssl/src/include/openssl/
bn.h 472 /* BN_lshift1 sets |r| equal to |a| << 1, where |r| and |a| may be the same
474 OPENSSL_EXPORT int BN_lshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
  /external/boringssl/src/crypto/dsa/
dsa.c 322 if (!BN_lshift1(r0, q) ||

Completed in 1641 milliseconds