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

  /external/dropbear/libtomcrypt/testprof/
der_tests.c 528 static const ltc_utctime rsa_time1 = { 91, 5, 6, 16, 45, 40, 1, 7, 0 }; local
747 DO(der_encode_utctime((ltc_utctime*)&rsa_time1, buf[0], &x));
749 fprintf(stderr, "UTCTIME encode of rsa_time1 failed: %lu, %lu\n", x, (unsigned long)sizeof(rsa_time1_der));
755 DO(der_length_utctime((ltc_utctime*)&rsa_time1, &y));
757 fprintf(stderr, "UTCTIME length failed to match for rsa_time1: %lu, %lu\n", x, y);
761 if (y != x || memcmp(&rsa_time1, &tmp_time, sizeof(ltc_utctime))) {
762 fprintf(stderr, "UTCTIME decode failed for rsa_time1: %lu %lu\n", x, y);
    [all...]

Completed in 481 milliseconds