HomeSort by relevance Sort by last modified time
    Searched refs:ltc_utctime (Results 1 - 7 of 7) sorted by null

  /external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_length_utctime.c 26 int der_length_utctime(ltc_utctime *utctime, unsigned long *outlen)
der_decode_utctime.c 50 ltc_utctime *out)
der_encode_utctime.c 33 int der_encode_utctime(ltc_utctime *utctime,
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 529 } ltc_utctime; typedef in typeref:struct:__anon5296
531 int der_encode_utctime(ltc_utctime *utctime,
535 ltc_utctime *out);
537 int der_length_utctime(ltc_utctime *utctime, unsigned long *outlen);
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 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))
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c 288 if ((l->data = XCALLOC(1, sizeof(ltc_utctime))) == NULL) {
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 2549 milliseconds