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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfips140.h27 CRYPTOPP_DLL void CRYPTOPP_API DoPowerUpSelfTest(const char *moduleFilename, const byte *expectedModuleMac);
42 CRYPTOPP_DLL bool CRYPTOPP_API IntegrityCheckModule(const char *moduleFilename, const byte *expectedModuleMac, SecByteBlock *pActualMac = NULL, unsigned long *pMacFileLocation = NULL);
H A Dfipstest.cpp259 bool IntegrityCheckModule(const char *moduleFilename, const byte *expectedModuleMac, SecByteBlock *pActualMac, unsigned long *pMacFileLocation) argument
280 if (moduleFilename == NULL)
293 moduleFilename = moduleFilenameBuf;
297 if (moduleFilename != NULL)
299 moduleStream.open(moduleFilename, std::ios::in | std::ios::binary);
301 h = GetModuleHandleA(moduleFilename);
302 moduleFilename = NULL;
428 void DoPowerUpSelfTest(const char *moduleFilename, const byte *expectedModuleMac) argument
437 if (!IntegrityCheckModule(moduleFilename, expectedModuleMac, &g_actualMac, &g_macFileLocation))

Completed in 104 milliseconds