ASN1_TIME_check
if (!ASN1_TIME_check(&t)) {
if (!ASN1_TIME_check(&t))
if (!ASN1_TIME_check(atmp->value.asn1_string)) {
int ASN1_TIME_check(const ASN1_TIME *t);
if (!TEST_int_eq(ASN1_TIME_check(&atime), td->check_result)) {