Searched refs:timestr_len (Results 1 – 1 of 1) sorted by relevance
706 size_t timestr_len; in php_openssl_asn1_time_to_time_t() local713 timestr_len = (size_t)ASN1_STRING_length(timestr); in php_openssl_asn1_time_to_time_t()715 if (timestr_len != strlen((const char *)ASN1_STRING_get0_data(timestr))) { in php_openssl_asn1_time_to_time_t()720 if (timestr_len < 13 && timestr_len != 11) { in php_openssl_asn1_time_to_time_t()725 if (ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME && timestr_len < 15) { in php_openssl_asn1_time_to_time_t()736 thestr = strbuf + timestr_len - 3; in php_openssl_asn1_time_to_time_t()738 if (timestr_len == 11) { in php_openssl_asn1_time_to_time_t()
Completed in 25 milliseconds