Home
last modified time | relevance | path

Searched refs:off_dir (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
Dder_decode_utctime.c95 out->off_dir = out->off_hh = out->off_mm = out->ss = 0; in der_decode_utctime()
101 out->off_dir = (buf[x++] == '+') ? 0 : 1; in der_decode_utctime()
114 out->off_dir = (buf[x++] == '+') ? 0 : 1; in der_decode_utctime()
Dder_encode_utctime.c64 out[x++] = der_ia5_char_encode(utctime->off_dir ? '-' : '+'); in der_encode_utctime()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h526 off_dir, /* timezone offset direction 0 == +, 1 == - */ member
/external/dropbear/libtomcrypt/testprof/
Dder_tests.c770 tmp_time.off_dir,
800 tmp_time.off_dir,
/external/dropbear/libtomcrypt/
Dcrypt.tex4612 off_dir, /* timezone offset direction 0 == +, 1 == - */