Home | History | Annotate | Download | only in apps

Lines Matching full:comp_time

2817 	ASN1_GENERALIZEDTIME *comp_time = NULL;
2822 i = unpack_revinfo(&revDate, &reason_code, &hold, &comp_time, str);
2839 if (rev && comp_time)
2841 if (!X509_REVOKED_add1_ext_i2d(rev, NID_invalidity_date, comp_time, 0, 0))
2858 ASN1_GENERALIZEDTIME_free(comp_time);
2912 ASN1_GENERALIZEDTIME *comp_time = NULL;
2983 comp_time = ASN1_GENERALIZEDTIME_new();
2984 if (!ASN1_GENERALIZEDTIME_set_string(comp_time, arg_str))
2997 if (pinvtm) *pinvtm = comp_time;
2998 else ASN1_GENERALIZEDTIME_free(comp_time);
3006 if (!pinvtm) ASN1_GENERALIZEDTIME_free(comp_time);