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

  /external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_decode_utctime.c 95 out->off_dir = out->off_hh = out->off_mm = out->ss = 0;
101 out->off_dir = (buf[x++] == '+') ? 0 : 1;
114 out->off_dir = (buf[x++] == '+') ? 0 : 1;
der_encode_utctime.c 64 out[x++] = der_ia5_char_encode(utctime->off_dir ? '-' : '+');
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 526 off_dir, /* timezone offset direction 0 == +, 1 == - */ member in struct:__anon5558
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 770 tmp_time.off_dir,
800 tmp_time.off_dir,
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1648 milliseconds