Searched refs:BN_lshift (Results 1 - 14 of 14) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_div.c108 if (!BN_lshift(D,D,nm-nd)) goto end;
236 if (!(BN_lshift(sdiv,divisor,norm_shift))) goto err;
239 if (!(BN_lshift(snum,num,norm_shift))) goto err;
H A Dbn_mont.c393 if (!BN_lshift(Ri,Ri,2*BN_BITS2)) goto err; /* R*Ri */
423 if (!BN_lshift(Ri,Ri,BN_BITS2)) goto err; /* R*Ri */
447 if (!BN_lshift(Ri,Ri,mont->ri)) goto err; /* R*Ri */
H A Dbn_mod.c282 if (!BN_lshift(r, r, max_shift)) return 0;
H A Dbn_shift.c135 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) function
H A Dbn_word.c107 if (!BN_lshift(a, a, j))
H A Dbn_gcd.c196 if (!BN_lshift(a,a,shifts)) goto err;
441 if (!BN_lshift(tmp,X,2)) goto err;
H A Dbntest.c197 message(out,"BN_lshift (fixed)");
202 message(out,"BN_lshift");
429 BN_lshift(&a,&a,i);
567 BN_lshift(&a,&a,i);
1842 BN_lshift(b,a,i+1);
H A Dbn.h494 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n);
/external/openssl/crypto/dsa/
H A Ddsa_gen.c191 if (!BN_lshift(test,BN_value_one(),bits-1))
284 if (!BN_lshift(r0,r0,(qsize << 3)*k)) goto err;
/external/openssh/
H A Dmoduli.c519 if (BN_lshift(p, q, 1) == 0)
520 fatal("BN_lshift failed");
H A Dsshconnect1.c570 if (BN_lshift(key, key, 8) == 0)
571 fatal("ssh_kex: BN_lshift failed");
/external/openssl/crypto/objects/
H A Dobj_dat.c531 if (!BN_lshift(bl, bl, 7))
/external/openssl/include/openssl/
H A Dbn.h494 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n);
/external/openssl/crypto/ec/
H A Decp_smpl.c333 if (!BN_lshift(tmp_1, tmp_2, 2)) goto err;

Completed in 1280 milliseconds