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

  /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,
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...]

Completed in 120 milliseconds