Searched refs:BN_mod_lshift1_quick (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_mod.c219 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) function
H A Dbn_sqrt.c193 if (!BN_mod_lshift1_quick(t, a, p)) goto end;
H A Dbn.h358 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mod.c221 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) function
H A Dbn_sqrt.c182 if (!BN_mod_lshift1_quick(t, A, p)) goto end;
H A Dbn.h438 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Decp_smpl.c674 if (!BN_mod_lshift1_quick(tmp2, x, &group->field)) goto err;
1130 if (!BN_mod_lshift1_quick(n0, &r->X, p)) goto end;
1199 if (!BN_mod_lshift1_quick(n1, n0, p)) goto err;
1210 if (!BN_mod_lshift1_quick(n0, n1, p)) goto err;
1218 if (!BN_mod_lshift1_quick(n1, n0, p)) goto err;
1236 if (!BN_mod_lshift1_quick(&r->Z, n0, p)) goto err;
1247 if (!BN_mod_lshift1_quick(n0, n2, p)) goto err;
1343 if (!BN_mod_lshift1_quick(tmp2, tmp1, p)) goto err;
1364 if (!BN_mod_lshift1_quick(tmp2, &point->X, p)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c685 if (!BN_mod_lshift1_quick(tmp2, x, &group->field)) goto err;
1140 if (!BN_mod_lshift1_quick(n0, &r->X, p)) goto end;
1209 if (!BN_mod_lshift1_quick(n1, n0, p)) goto err;
1220 if (!BN_mod_lshift1_quick(n0, n1, p)) goto err;
1228 if (!BN_mod_lshift1_quick(n1, n0, p)) goto err;
1246 if (!BN_mod_lshift1_quick(&r->Z, n0, p)) goto err;
1257 if (!BN_mod_lshift1_quick(n0, n2, p)) goto err;
1350 if (!BN_mod_lshift1_quick(tmp, Z4, p)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h358 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h390 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h438 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);

Completed in 68 milliseconds