ASN1_TIME_to_tm
if (!ASN1_TIME_to_tm(t, &tm))
if (!ASN1_TIME_to_tm(from, &tm_from))
if (!ASN1_TIME_to_tm(to, &tm_to))
if (!ASN1_TIME_to_tm(s, &stm))
if (t == NULL || !ASN1_TIME_to_tm(t, &tm))
int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm);
if (!TEST_true(ASN1_TIME_to_tm(fixture->hdr->messageTime, &hdrtm)))
if (!(ASN1_TIME_to_tm(timestamp_asn1, timestamp_tm))) {
&& TEST_true(ASN1_TIME_to_tm(a, &t))