Home
last modified time | relevance | path

Searched refs:upper_z (Results 1 – 2 of 2) 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
127 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
214 if (a[o] == upper_z) { in ossl_asn1_time_to_tm()
495 const char upper_z = 0x5A, period = 0x2E; in ossl_asn1_time_print_ex() local
503 if (v[l - 1] == upper_z) in ossl_asn1_time_print_ex()
/openssl/crypto/x509/
H A Dx509_vfy.c1946 const char upper_z = 0x5A; in X509_cmp_time() local
1948 const char upper_z = 'Z'; in X509_cmp_time() local
1984 if (ctm->data[ctm->length - 1] != upper_z) in X509_cmp_time()

Completed in 31 milliseconds