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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_mod.c212 if (!BN_lshift1(r, a)) return 0;
221 if (!BN_lshift1(r, a)) return 0;
283 if (!BN_lshift1(r, r)) return 0;
H A Dbn_gcd.c355 if (!BN_lshift1(T,B)) goto err;
428 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.c446 if (!BN_lshift1(p,q)) goto err;
H A Dbn.h374 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
H A Dbntest.c163 message(out,"BN_lshift1");
1114 BN_lshift1(b,a);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dsa/
H A Ddsa_gen.c227 if (!BN_lshift1(r0,q)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_gen.c239 if (!BN_lshift1(r0,q)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/dsa/
H A Dfips_dsa_gen.c259 BN_lshift1(r0,q);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h374 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h406 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h454 int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dbntest.c163 message(out,"BN_lshift1");
1114 BN_lshift1(b,a);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c193 message(out,"BN_lshift1");
1891 BN_lshift1(b,a);

Completed in 205 milliseconds