Searched refs:EXPORT_HASH_STATE (Results 1 – 3 of 3) sorted by relevance
212 CryptHashExportState(hash, (EXPORT_HASH_STATE *)exportHash); in SequenceDataExport()240 CryptHashImportState(hash, (EXPORT_HASH_STATE *)importHash); in SequenceDataImport()
326 } EXPORT_HASH_STATE, *PEXPORT_HASH_STATE; typedef328 typedef const EXPORT_HASH_STATE *PCEXPORT_HASH_STATE;
241 cAssert(sizeof(HASH_STATE) <= sizeof(EXPORT_HASH_STATE)); in CryptHashExportState()