HomeSort by: relevance | last modified time | path
    Searched defs:OCSP_RESPID_match_ex (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_srv.c 283 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
325 return OCSP_RESPID_match_ex(respid, cert, cert->libctx, cert->propq);
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_srv.c 286 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
326 return OCSP_RESPID_match_ex(respid, cert, cert->libctx, cert->propq);

Completed in 18 milliseconds