Lines Matching refs:tmp_2
439 BIGNUM *tmp_1=NULL, *tmp_2=NULL;
448 if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL)
459 if (!EC_GROUP_get_curve_GFp(group, NULL, tmp_1, tmp_2, NULL))
468 if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL))
476 len_2 = (size_t)BN_num_bytes(tmp_2);
514 if ( (len_2 = BN_bn2bin(tmp_2, buffer_2)) == 0)
565 if (tmp_2)
566 BN_free(tmp_2);