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

  /external/boringssl/src/crypto/bn/
div.c 528 if (!BN_lshift1(r, r)) {
546 if (!BN_lshift1(r, a)) {
554 if (!BN_lshift1(r, a)) {
gcd.c 393 if (!BN_lshift1(T, B)) {
472 if (!BN_lshift1(tmp, X)) {
shift.c 104 int BN_lshift1(BIGNUM *r, const BIGNUM *a) {
prime.c     [all...]
bn_test.cc 205 message(bc_file.get(), "BN_lshift1");
525 if (!BN_lshift1(b.get(), a.get())) {
    [all...]
  /external/boringssl/src/include/openssl/
bn.h 467 /* BN_lshift1 sets |r| equal to |a| << 1, where |r| and |a| may be the same
469 OPENSSL_EXPORT int BN_lshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
  /external/boringssl/src/crypto/dsa/
dsa.c 300 if (!BN_lshift1(r0, q) ||

Completed in 2762 milliseconds