Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Docsp.c1111 ASN1_TIME *revtm = NULL; in make_ocsp_response() local
1116 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response()
1119 reason, revtm, thisupd, nextupd); in make_ocsp_response()
1133 ASN1_TIME_free(revtm); in make_ocsp_response()
H A Dca.c2362 ASN1_UTCTIME *revtm = NULL; in make_revocation_str() local
2415 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
2417 if (!revtm) in make_revocation_str()
2420 i = revtm->length + 1; in make_revocation_str()
2428 OPENSSL_strlcpy(str, (char *)revtm->data, i); in make_revocation_str()
2437 ASN1_UTCTIME_free(revtm); in make_revocation_str()
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Docsp.c1208 ASN1_TIME *revtm = NULL; in make_ocsp_response() local
1212 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response()
1215 reason, revtm, thisupd, nextupd); in make_ocsp_response()
1224 ASN1_TIME_free(revtm); in make_ocsp_response()
H A Dca.c2306 ASN1_UTCTIME *revtm = NULL; in make_revocation_str() local
2359 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
2361 if (!revtm) in make_revocation_str()
2364 i = revtm->length + 1; in make_revocation_str()
2372 OPENSSL_strlcpy(str, (char *)revtm->data, i); in make_revocation_str()
2381 ASN1_UTCTIME_free(revtm); in make_revocation_str()