Home
last modified time | relevance | path

Searched refs:offsign (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_gentm.c151 int offsign = a[o] == '-' ? 1 : -1, offset = 0; in asn1_generalizedtime_to_tm() local
173 if (offset && !OPENSSL_gmtime_adj(tm, 0, offset * offsign)) in asn1_generalizedtime_to_tm()
Da_utctm.c130 int offsign = a[o] == '-' ? 1 : -1, offset = 0; in asn1_utctime_to_tm() local
152 if (offset && !OPENSSL_gmtime_adj(tm, 0, offset * offsign)) in asn1_utctime_to_tm()