Searched refs:tmp1_ (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_smpl.c1114 const BIGNUM *tmp1_, *tmp2_; local
1158 tmp1_ = tmp1;
1160 tmp1_ = &a->X;
1171 if (BN_cmp(tmp1_, tmp2_) != 0) {
1181 /* tmp1_ = tmp1 */
1183 tmp1_ = &a->Y;
1194 if (BN_cmp(tmp1_, tmp2_) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_smpl.c1114 const BIGNUM *tmp1_, *tmp2_; local
1158 tmp1_ = tmp1;
1160 tmp1_ = &a->X;
1171 if (BN_cmp(tmp1_, tmp2_) != 0) {
1181 /* tmp1_ = tmp1 */
1183 tmp1_ = &a->Y;
1194 if (BN_cmp(tmp1_, tmp2_) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c1402 const BIGNUM *tmp1_, *tmp2_; local
1442 tmp1_ = tmp1;
1445 tmp1_ = &a->X;
1456 if (BN_cmp(tmp1_, tmp2_) != 0)
1467 /* tmp1_ = tmp1 */
1470 tmp1_ = &a->Y;
1481 if (BN_cmp(tmp1_, tmp2_) != 0)

Completed in 90 milliseconds