Home | History | Annotate | Download | only in testprof

Lines Matching refs:ltc_utctime

139    static const ltc_utctime   utctime   = { 91, 5, 6, 16, 45, 40, 1, 7, 0 };
459 ltc_utctime utctime = { 91, 5, 6, 16, 45, 40, 1, 7, 0 };
528 static const ltc_utctime rsa_time1 = { 91, 5, 6, 16, 45, 40, 1, 7, 0 };
529 static const ltc_utctime rsa_time2 = { 91, 5, 6, 23, 45, 40, 0, 0, 0 };
530 ltc_utctime tmp_time;
747 DO(der_encode_utctime((ltc_utctime*)&rsa_time1, buf[0], &x));
755 DO(der_length_utctime((ltc_utctime*)&rsa_time1, &y));
761 if (y != x || memcmp(&rsa_time1, &tmp_time, sizeof(ltc_utctime))) {
777 DO(der_encode_utctime((ltc_utctime*)&rsa_time2, buf[0], &x));
785 DO(der_length_utctime((ltc_utctime*)&rsa_time2, &y));
791 if (y != x || memcmp(&rsa_time2, &tmp_time, sizeof(ltc_utctime))) {