Searched defs:crlFile (Results 1 – 3 of 3) sorted by relevance
137 …std::ofstream crlFile(HAP_CRL_FILE_PATH, std::ofstream::out | std::ofstream::trunc | std::ofstream… in WriteCrlsToFile() local
413 std::ofstream crlFile; variable
240 void HapCertVerifyOpensslUtils::WriteX509CrlToStream(std::ofstream& crlFile, X509_CRL* crl) in WriteX509CrlToStream()