Searched refs:rsa_time1 (Results 1 – 1 of 1) sorted by relevance
/external/dropbear/libtomcrypt/testprof/ |
D | 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)); 755 DO(der_length_utctime((ltc_utctime*)&rsa_time1, &y)); 761 if (y != x || memcmp(&rsa_time1, &tmp_time, sizeof(ltc_utctime))) {
|