HomeSort by relevance Sort by last modified time
    Searched defs:utctime (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/testprof/
der_tests.c 115 UTCTIME { 91, 5, 6, 16, 45, 40, 1, 7, 0 }
139 static const ltc_utctime utctime = { 91, 5, 6, 16, 45, 40, 1, 7, 0 }; local
156 LTC_SET_ASN1(static_list[1], 1, LTC_ASN1_UTCTIME, (void *)&utctime, 1);
286 /* UTCTIME */
298 if (memcmp(l->data, &utctime, sizeof(utctime))) {
459 ltc_utctime utctime = { 91, 5, 6, 16, 45, 40, 1, 7, 0 }; local
482 LTC_SET_ASN1(types, 6, LTC_ASN1_UTCTIME, &utctime, 1);
749 fprintf(stderr, "UTCTIME encode of rsa_time1 failed: %lu, %lu\n", x, (unsigned long)sizeof(rsa_time1_der));
757 fprintf(stderr, "UTCTIME length failed to match for rsa_time1: %lu, %lu\n", x, y)
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 539 ASN1_UTCTIME * utctime; member in union:asn1_type_st::__anon12485
    [all...]
  /external/openssl/include/openssl/
asn1.h 539 ASN1_UTCTIME * utctime; member in union:asn1_type_st::__anon12697
    [all...]

Completed in 933 milliseconds