Searched refs:upper_z (Results 1 – 2 of 2) sorted by relevance
85 const char upper_z = 0x5A, num_zero = 0x30, period = 0x2E, minus = 0x2D, plus = 0x2B; in ossl_asn1_time_to_tm() local87 const char upper_z = 'Z', num_zero = '0', period = '.', minus = '-', plus = '+'; in ossl_asn1_time_to_tm() local127 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() local503 if (v[l - 1] == upper_z) in ossl_asn1_time_print_ex()
1979 const char upper_z = 0x5A; in X509_cmp_time() local1981 const char upper_z = 'Z'; in X509_cmp_time() local2017 if (ctm->data[ctm->length - 1] != upper_z) in X509_cmp_time()
Completed in 15 milliseconds