Searched refs:BN_rshift1 (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_gcd.c165 if (!BN_rshift1(a,a)) goto err;
171 if (!BN_rshift1(b,b)) goto err;
180 if (!BN_rshift1(a,a)) goto err;
186 if (!BN_rshift1(a,a)) goto err;
187 if (!BN_rshift1(b,b)) goto err;
286 if (!BN_rshift1(X, X)) goto err;
305 if (!BN_rshift1(Y, Y)) goto err;
H A Dbn_prime.c209 if (!BN_rshift1(t,ret)) goto err;
457 if (!BN_rshift1(qadd,padd)) goto err;
468 if (!BN_rshift1(t1,rem)) goto err;
H A Dbn_shift.c99 int BN_rshift1(BIGNUM *r, const BIGNUM *a) function
H A Dbn_gf2m.c550 if (!BN_rshift1(u, u)) goto err;
555 if (!BN_rshift1(b, b)) goto err;
738 if (!BN_rshift1(a, a)) goto err;
740 if (!BN_rshift1(u, u)) goto err;
751 if (!BN_rshift1(b, b)) goto err;
753 if (!BN_rshift1(v, v)) goto err;
764 if (!BN_rshift1(a, a)) goto err;
766 if (!BN_rshift1(u, u)) goto err;
H A Dbn_sqrt.c284 if (!BN_rshift1(t, q)) goto end;
H A Dbn_div.c118 if (!BN_rshift1(D,D)) goto end;
H A Dbntest.c206 message(out,"BN_rshift1");
1691 if (!BN_rshift1(t, t)) goto err;
1980 BN_rshift1(b,a);
H A Dbn.h523 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
/external/openssl/crypto/dh/
H A Ddh_check.c111 if (!BN_rshift1(q,dh->p)) goto err;
/external/openssl/crypto/jpake/
H A Djpaketest.c147 BN_rshift1(q, p);
/external/openssh/
H A Dschnorr.c558 if (BN_rshift1(ret->q, ret->p) != 1)
559 fatal("%s: BN_rshift1", __func__);
/external/openssl/crypto/ec/
H A Dectest.c645 if (!BN_rshift1(y, y)) ABORT;
1118 if (!BN_rshift1(y, y)) ABORT;
H A Decp_smpl.c793 if (!BN_rshift1(&r->Y, n0)) goto end;
/external/openssl/include/openssl/
H A Dbn.h523 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
/external/openssl/apps/
H A Ds_client.c415 p != NULL && BN_rshift1(p, N) &&
H A Dapps.c2515 BN_rshift1(q, p);

Completed in 162 milliseconds