OCSP_cert_id_new
LCRYPTO_USED(OCSP_cert_id_new);
OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst, const X509_NAME *issuerName,
return OCSP_cert_id_new(dgst, iname, ikey, serial);
LCRYPTO_ALIAS(OCSP_cert_id_new);
id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);