Searched refs:asn1_time_dup (Results 1 – 1 of 1) sorted by relevance
327 ASN1_TIME *asn1_time_dup = NULL; in test_time_dup() local342 asn1_time_dup = ASN1_TIME_dup(asn1_time); in test_time_dup()343 if (!TEST_ptr_ne(asn1_time_dup, NULL)) { in test_time_dup()347 if (!TEST_int_eq(ASN1_TIME_compare(asn1_time, asn1_time_dup), 0)) { in test_time_dup()351 ASN1_STRING_free(asn1_time_dup); in test_time_dup()353 asn1_time_dup = ASN1_UTCTIME_dup(asn1_time); in test_time_dup()354 if (!TEST_ptr_ne(asn1_time_dup, NULL)) { in test_time_dup()358 if (!TEST_int_eq(ASN1_TIME_compare(asn1_time, asn1_time_dup), 0)) { in test_time_dup()362 ASN1_STRING_free(asn1_time_dup); in test_time_dup()364 asn1_time_dup = ASN1_GENERALIZEDTIME_dup(asn1_gentime); in test_time_dup()[all …]