Home | History | Annotate | Download | only in testprof

Lines Matching refs:utctime

115         UTCTIME { 91, 5, 6, 16, 45, 40, 1, 7, 0 }
139 static const ltc_utctime utctime = { 91, 5, 6, 16, 45, 40, 1, 7, 0 };
156 LTC_SET_ASN1(static_list[1], 1, LTC_ASN1_UTCTIME, (void *)&utctime, 1);
286 /* UTCTIME */
298 if (memcmp(l->data, &utctime, sizeof(utctime))) {
459 ltc_utctime utctime = { 91, 5, 6, 16, 45, 40, 1, 7, 0 };
482 LTC_SET_ASN1(types, 6, LTC_ASN1_UTCTIME, &utctime, 1);
749 fprintf(stderr, "UTCTIME encode of rsa_time1 failed: %lu, %lu\n", x, (unsigned long)sizeof(rsa_time1_der));
757 fprintf(stderr, "UTCTIME length failed to match for rsa_time1: %lu, %lu\n", x, y);
762 fprintf(stderr, "UTCTIME decode failed for rsa_time1: %lu %lu\n", x, y);
779 fprintf(stderr, "UTCTIME encode of rsa_time2 failed: %lu, %lu\n", x, (unsigned long)sizeof(rsa_time1_der));
787 fprintf(stderr, "UTCTIME length failed to match for rsa_time2: %lu, %lu\n", x, y);
792 fprintf(stderr, "UTCTIME decode failed for rsa_time2: %lu %lu\n", x, y);