Searched refs:BN_lshift1 (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mod.c213 if (!BN_lshift1(r, a)) return 0;
223 if (!BN_lshift1(r, a)) return 0;
287 if (!BN_lshift1(r, r)) return 0;
H A Dbn_gcd.c357 if (!BN_lshift1(T,B)) goto err;
430 if (!BN_lshift1(tmp,X)) goto err;
H A Dbn_shift.c63 int BN_lshift1(BIGNUM *r, const BIGNUM *a) function
H A Dbn_div.c103 * since BN_lshift1 will only work once there is a value :-) */
111 if (!BN_lshift1(dv,dv)) goto end;
H A Dbn_prime.c473 if (!BN_lshift1(p,q)) goto err;
H A Dbn.h454 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
H A Dbntest.c193 message(out,"BN_lshift1");
1891 BN_lshift1(b,a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mod.c226 if (!BN_lshift1(r, a))
238 if (!BN_lshift1(r, a))
301 if (!BN_lshift1(r, r))
H A Dbn_gcd.c394 if (!BN_lshift1(T, B))
475 if (!BN_lshift1(tmp, X))
H A Dbn_shift.c63 int BN_lshift1(BIGNUM *r, const BIGNUM *a) function
H A Dbn_div.c108 * BN_lshift1 will only work once there is a value :-)
118 if (!BN_lshift1(dv, dv))
H A Dbn_prime.c491 if (!BN_lshift1(p, q))
H A Dbn.h496 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mod.c226 if (!BN_lshift1(r, a))
238 if (!BN_lshift1(r, a))
301 if (!BN_lshift1(r, r))
H A Dbn_gcd.c394 if (!BN_lshift1(T, B))
475 if (!BN_lshift1(tmp, X))
H A Dbn_shift.c63 int BN_lshift1(BIGNUM *r, const BIGNUM *a) function
H A Dbn_div.c108 * BN_lshift1 will only work once there is a value :-)
118 if (!BN_lshift1(dv, dv))
H A Dbn_prime.c491 if (!BN_lshift1(p, q))
H A Dbn.h496 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_gen.c239 if (!BN_lshift1(r0,q)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_gen.c292 if (!BN_lshift1(r0, q))
585 if (!BN_lshift1(r0, q))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_gen.c292 if (!BN_lshift1(r0, q))
585 if (!BN_lshift1(r0, q))
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h412 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h454 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c193 message(out,"BN_lshift1");
1891 BN_lshift1(b,a);

Completed in 390 milliseconds

12