Home | History | Annotate | Download | only in testprof

Lines Matching full:rsa_time2

529    static const ltc_utctime   rsa_time2 = { 91, 5, 6, 23, 45, 40, 0, 0, 0 };
777 DO(der_encode_utctime((ltc_utctime*)&rsa_time2, buf[0], &x));
779 fprintf(stderr, "UTCTIME encode of rsa_time2 failed: %lu, %lu\n", x, (unsigned long)sizeof(rsa_time1_der));
785 DO(der_length_utctime((ltc_utctime*)&rsa_time2, &y));
787 fprintf(stderr, "UTCTIME length failed to match for rsa_time2: %lu, %lu\n", x, y);
791 if (y != x || memcmp(&rsa_time2, &tmp_time, sizeof(ltc_utctime))) {
792 fprintf(stderr, "UTCTIME decode failed for rsa_time2: %lu %lu\n", x, y);