Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c60 const EVP_MD *cert_id_md, X509 *issuer,
63 const EVP_MD *cert_id_md, X509 *issuer,
217 EVP_MD *cert_id_md = NULL, *rsign_md = NULL; in ocsp_main() local
443 if (cert_id_md == NULL) in ocsp_main()
444 cert_id_md = (EVP_MD *)EVP_sha1(); in ocsp_main()
445 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids)) in ocsp_main()
452 if (cert_id_md == NULL) in ocsp_main()
453 cert_id_md = (EVP_MD *)EVP_sha1(); in ocsp_main()
454 if (!add_ocsp_serial(&req, opt_arg(), cert_id_md, issuer, ids)) in ocsp_main()
521 if (!opt_md(opt_unknown(), &cert_id_md)) in ocsp_main()
903 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) add_ocsp_cert() argument
929 add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) add_ocsp_serial() argument
1064 const EVP_MD *cert_id_md; make_ocsp_response() local
[all...]
/third_party/openssl/apps/
H A Docsp.c60 const EVP_MD *cert_id_md, X509 *issuer,
63 const EVP_MD *cert_id_md, X509 *issuer,
217 EVP_MD *cert_id_md = NULL, *rsign_md = NULL; in ocsp_main() local
443 if (cert_id_md == NULL) in ocsp_main()
444 cert_id_md = (EVP_MD *)EVP_sha1(); in ocsp_main()
445 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids)) in ocsp_main()
452 if (cert_id_md == NULL) in ocsp_main()
453 cert_id_md = (EVP_MD *)EVP_sha1(); in ocsp_main()
454 if (!add_ocsp_serial(&req, opt_arg(), cert_id_md, issuer, ids)) in ocsp_main()
521 if (!opt_md(opt_unknown(), &cert_id_md)) in ocsp_main()
903 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) add_ocsp_cert() argument
929 add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) add_ocsp_serial() argument
1064 const EVP_MD *cert_id_md; make_ocsp_response() local
[all...]

Completed in 4 milliseconds