HomeSort by relevance Sort by last modified time
    Searched full:cert_id_md (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
ocsp.c 98 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,
167 const EVP_MD *cert_id_md = NULL; local
445 if (!cert_id_md) cert_id_md = EVP_sha1();
446 if(!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
458 if (!cert_id_md) cert_id_md = EVP_sha1();
459 if(!add_ocsp_serial(&req, *args, cert_id_md, issuer, ids))
561 else if ((cert_id_md = EVP_get_digestbyname((*args)+1))==NULL
1084 const EVP_MD *cert_id_md; local
    [all...]
  /external/openssl/apps/
ocsp.c 98 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 = EVP_get_digestbyname((*args)+1))==NULL
1094 const EVP_MD *cert_id_md; local
    [all...]

Completed in 192 milliseconds