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

  /external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_length_utctime.c 31 if (utctime->off_hh == 0 && utctime->off_mm == 0) {
der_decode_utctime.c 95 out->off_dir = out->off_hh = out->off_mm = out->ss = 0;
102 DECODE_V(out->off_hh, 24);
115 DECODE_V(out->off_hh, 24);
der_encode_utctime.c 63 if (utctime->off_mm || utctime->off_hh) {
65 STORE_V(utctime->off_hh);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 527 off_hh, /* timezone offset hours */ member in struct:__anon6131
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 772 tmp_time.off_hh);
802 tmp_time.off_hh);
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 9523 milliseconds