Searched refs:invtm (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 1112 ASN1_GENERALIZEDTIME *invtm = NULL; in make_ocsp_response() local 1116 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response() 1125 if (invtm != NULL) in make_ocsp_response() 1127 invtm, 0, 0); in make_ocsp_response() 1134 ASN1_GENERALIZEDTIME_free(invtm); in make_ocsp_response()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 1112 ASN1_GENERALIZEDTIME *invtm = NULL; in make_ocsp_response() local 1116 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response() 1125 if (invtm != NULL) in make_ocsp_response() 1127 invtm, 0, 0); in make_ocsp_response() 1134 ASN1_GENERALIZEDTIME_free(invtm); in make_ocsp_response()
|
Completed in 4 milliseconds