Home
last modified time | relevance | path

Searched refs:revtm (Results 1 – 2 of 2) sorted by relevance

/external/openssl/apps/
Docsp.c1061 ASN1_TIME *revtm = NULL; in make_ocsp_response() local
1065 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response()
1068 reason, revtm, in make_ocsp_response()
1075 ASN1_TIME_free(revtm); in make_ocsp_response()
Dca.c2713 ASN1_UTCTIME *revtm = NULL; in make_revocation_str() local
2771 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
2773 i = revtm->length + 1; in make_revocation_str()
2782 BUF_strlcpy(str, (char *)revtm->data, i); in make_revocation_str()
2793 ASN1_UTCTIME_free(revtm); in make_revocation_str()