Home | History | Annotate | Download | only in testprof

Lines Matching refs:int_val

21    static const unsigned long int_val   = 12345678UL;
30 LTC_SET_ASN1(list, 2, LTC_ASN1_SHORT_INTEGER, &int_val, 1);
61 if (val != int_val) {
62 fprintf(stderr, "error decoding set using der_decode_set (int_val is wrong):\n");
138 static const unsigned long int_val = 12345678UL;
155 LTC_SET_ASN1(static_list[1], 0, LTC_ASN1_SHORT_INTEGER, (void *)&int_val, 1);