Searched refs:tmp2_ (Results 1 – 1 of 1) sorted by relevance
1074 const BIGNUM *tmp1_, *tmp2_; in ossl_ec_GFp_simple_cmp() local1125 tmp2_ = tmp2; in ossl_ec_GFp_simple_cmp()1127 tmp2_ = b->X; in ossl_ec_GFp_simple_cmp()1130 if (BN_cmp(tmp1_, tmp2_) != 0) { in ossl_ec_GFp_simple_cmp()1150 tmp2_ = b->Y; in ossl_ec_GFp_simple_cmp()1153 if (BN_cmp(tmp1_, tmp2_) != 0) { in ossl_ec_GFp_simple_cmp()