Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c925 size_t timestr_len; in asn1_time_to_time_t() local
932 timestr_len = (size_t)ASN1_STRING_length(timestr); in asn1_time_to_time_t()
934 if (timestr_len != strlen((const char *)ASN1_STRING_get0_data(timestr))) { in asn1_time_to_time_t()
939 if (timestr_len < 13 && timestr_len != 11) { in asn1_time_to_time_t()
944 if (ASN1_STRING_type(timestr) == V_ASN1_GENERALIZEDTIME && timestr_len < 15) { in asn1_time_to_time_t()
955 thestr = strbuf + timestr_len - 3; in asn1_time_to_time_t()
957 if (timestr_len == 11) { in asn1_time_to_time_t()

Completed in 18 milliseconds