Lines Matching refs:integer
114 INTEGER 12345678
266 /* INTEGER */
457 unsigned long integer, oidbuf[10], outlen, inlen, x, y;
466 integer = 1;
477 LTC_SET_ASN1(types, 4, LTC_ASN1_SHORT_INTEGER, &integer, 1);
559 if (y != x) { fprintf(stderr, "DER INTEGER size mismatch\n"); return 1; }
570 /* test short integer */
587 fprintf(stderr, "DER INTEGER short encoding failed, %lu, %lu\n", x, y);
598 fprintf(stderr, "DER INTEGER short decoding failed, %lu, %lu\n", x, mp_get_int(a));