HomeSort by relevance Sort by last modified time
    Searched full:rsa_time2 (Results 1 - 1 of 1) sorted by null

  /external/dropbear/libtomcrypt/testprof/
der_tests.c 529 static const ltc_utctime rsa_time2 = { 91, 5, 6, 23, 45, 40, 0, 0, 0 }; local
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);
    [all...]

Completed in 214 milliseconds