Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Da_time.c85 const char upper_z = 0x5A, num_zero = 0x30, period = 0x2E, minus = 0x2D, plus = 0x2B; in ossl_asn1_time_to_tm() local
87 const char upper_z = 'Z', num_zero = '0', period = '.', minus = '-', plus = '+'; in ossl_asn1_time_to_tm() local
133 n = a[o] - num_zero; in ossl_asn1_time_to_tm()
140 n = (n * 10) + a[o] - num_zero; in ossl_asn1_time_to_tm()
232 n = a[o] - num_zero; in ossl_asn1_time_to_tm()
236 n = (n * 10) + a[o] - num_zero; in ossl_asn1_time_to_tm()

Completed in 6 milliseconds