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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_gcd.c164 if (!BN_rshift1(a,a)) goto err;
170 if (!BN_rshift1(b,b)) goto err;
179 if (!BN_rshift1(a,a)) goto err;
185 if (!BN_rshift1(a,a)) goto err;
186 if (!BN_rshift1(b,b)) goto err;
277 if (!BN_rshift1(X, X)) goto err;
296 if (!BN_rshift1(Y, Y)) goto err;
H A Dbn_prime.c186 if (!BN_rshift1(&t,rnd)) goto err;
430 if (!BN_rshift1(qadd,padd)) goto err;
441 if (!BN_rshift1(t1,rem)) goto err;
H A Dbn_shift.c95 int BN_rshift1(BIGNUM *r, const BIGNUM *a) function
H A Dbn_sqrt.c295 if (!BN_rshift1(t, q)) goto end;
H A Dbn_div.c118 if (!BN_rshift1(D,D)) goto end;
H A Dbn.h400 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
H A Dbntest.c176 message(out,"BN_rshift1");
915 if (!BN_rshift1(t, t)) goto err;
1201 BN_rshift1(b,a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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;
279 if (!BN_rshift1(X, X)) goto err;
298 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.c605 if (!BN_rshift1(u, u)) goto err;
610 if (!BN_rshift1(b, b)) goto err;
717 if (!BN_rshift1(a, a)) goto err;
719 if (!BN_rshift1(u, u)) goto err;
730 if (!BN_rshift1(b, b)) goto err;
732 if (!BN_rshift1(v, v)) goto err;
743 if (!BN_rshift1(a, a)) goto err;
745 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");
1689 if (!BN_rshift1(t, t)) goto err;
1978 BN_rshift1(b,a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dh/
H A Dfips_dh_check.c113 if (!BN_rshift1(q,dh->p)) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dh/
H A Ddh_check.c113 if (!BN_rshift1(q,dh->p)) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_check.c111 if (!BN_rshift1(q,dh->p)) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ec/
H A Dec_mult.c149 if (!BN_rshift1(c, c)) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbn.h400 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/bcmcrypto/
H A Dbn.h430 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dbntest.c176 message(out,"BN_rshift1");
915 if (!BN_rshift1(t, t)) goto err;
1201 BN_rshift1(b,a);
H A Dectest.c562 if (!BN_rshift1(y, y)) ABORT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dectest.c672 if (!BN_rshift1(y, y)) ABORT;
1147 if (!BN_rshift1(y, y)) ABORT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c206 message(out,"BN_rshift1");
1689 if (!BN_rshift1(t, t)) goto err;
1978 BN_rshift1(b,a);
H A Dectest.c672 if (!BN_rshift1(y, y)) ABORT;
1147 if (!BN_rshift1(y, y)) ABORT;

Completed in 364 milliseconds

12