Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_time.c219 int offsign = a[o] == minus ? 1 : -1; in ossl_asn1_time_to_tm() local
251 if (offset && !OPENSSL_gmtime_adj(&tmp, 0, offset * offsign)) in ossl_asn1_time_to_tm()
/third_party/openssl/crypto/asn1/
H A Da_time.c219 int offsign = a[o] == minus ? 1 : -1; in ossl_asn1_time_to_tm() local
251 if (offset && !OPENSSL_gmtime_adj(&tmp, 0, offset * offsign)) in ossl_asn1_time_to_tm()

Completed in 2 milliseconds