Searched refs:cert_id_md (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c85 const EVP_MD *cert_id_md, X509 *issuer,
88 const EVP_MD *cert_id_md, X509 *issuer,
228 const EVP_MD *cert_id_md = NULL, *rsign_md = NULL; local
435 if (cert_id_md == NULL)
436 cert_id_md = EVP_sha1();
437 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
444 if (cert_id_md == NULL)
445 cert_id_md = EVP_sha1();
446 if (!add_ocsp_serial(&req, opt_arg(), cert_id_md, issuer, ids))
506 if (!opt_md(opt_unknown(), &cert_id_md))
1013 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
1039 add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
1168 const EVP_MD *cert_id_md; local
[all...]

Completed in 103 milliseconds