Searched refs:gentime (Results 1 – 1 of 1) sorted by relevance
176 ASN1_GENERALIZEDTIME *gentime; in test_gentime() local180 gentime = d2i_ASN1_GENERALIZEDTIME(NULL, &p, der_len); in test_gentime()182 if (!TEST_ptr_null(gentime)) in test_gentime()185 ASN1_GENERALIZEDTIME_free(gentime); in test_gentime()
Completed in 4 milliseconds