ASN1_INTEGER_set_int64
return ASN1_INTEGER_set_int64(a, v);
if (ASN1_INTEGER_set_int64(sparam->keyLength, keylen) == 0) {
if (!ASN1_INTEGER_set_int64(msg->body->value.error->errorCode, errorCode))
if (!ASN1_INTEGER_set_int64(prep->checkAfter, poll_after))
int ASN1_INTEGER_set_int64(ASN1_INTEGER *a, int64_t r);
if (!TEST_true(ASN1_INTEGER_set_int64(asn1integer, max_int + 1)))
|| !TEST_true(ASN1_INTEGER_set_int64(val1, 64496)))
|| !TEST_true(ASN1_INTEGER_set_int64(val2, 64497)))
|| !TEST_true(ASN1_INTEGER_set_int64(val1, 64496))
|| !TEST_true(ASN1_INTEGER_set_int64(val2, 64497)))