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

/external/openssl/apps/
H A Docsp.c98 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer,
100 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD * cert_id_md, X509 *issuer,
168 const EVP_MD *cert_id_md = NULL; local
455 if (!cert_id_md) cert_id_md = EVP_sha1();
456 if(!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
468 if (!cert_id_md) cert_id_md = EVP_sha1();
469 if(!add_ocsp_serial(&req, *args, cert_id_md, issuer, ids))
571 else if ((cert_id_md
943 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md,X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
964 add_ocsp_serial(OCSP_REQUEST **req, char *serial,const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
1094 const EVP_MD *cert_id_md; local
[all...]

Completed in 78 milliseconds