Lines Matching full:tmp_1
433 BIGNUM *tmp_1=NULL, *tmp_2=NULL;
442 if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL)
453 if (!EC_GROUP_get_curve_GFp(group, NULL, tmp_1, tmp_2, NULL))
461 if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL))
468 len_1 = (size_t)BN_num_bytes(tmp_1);
485 if ( (len_1 = BN_bn2bin(tmp_1, buffer_1)) == 0)
556 if (tmp_1)
557 BN_free(tmp_1);