Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/openssl/
Docsp.c1309 ASN1_TIME *revtm = NULL; in make_ocsp_response() local
1314 unpack_revinfo(&revtm, &reason, &inst, &invtm, in make_ocsp_response()
1318 reason, revtm, in make_ocsp_response()
1327 ASN1_TIME_free(revtm); in make_ocsp_response()
Dca.c2549 ASN1_UTCTIME *revtm = NULL; in make_revocation_str() local
2600 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
2601 if (revtm == NULL) in make_revocation_str()
2604 if (asprintf(&str, "%s%s%s%s%s", revtm->data, in make_revocation_str()
2609 ASN1_UTCTIME_free(revtm); in make_revocation_str()