Home
last modified time | relevance | path

Searched refs:hHash (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/migrationanalysis/src/driver_docs/sources/
H A DCommonPreparation.bas35 Private Declare Function CryptDestroyHash Lib "advapi32.dll" (ByVal hHash As Long) As Long
37 Private Declare Function CryptHashData Lib "advapi32.dll" (ByVal hHash As Long, _
41 ByVal hHash As Long, ByVal dwParam As Long, pbData As Any, _
181 Dim hHash As Long variable
189 ret = CryptCreateHash(hCtx, MD5_ALGORITHM, 0, 0, hHash)
192 ret = CryptHashData(hHash, ByVal Str, Len(Str), 0)
195 ret = CryptGetHashParam(hHash, HP_HASHSIZE, lLen, 4, 0)
200 ret = CryptGetHashParam(hHash, HP_HASHVAL, abData(0), lLen, 0)
206 CryptDestroyHash hHash

Completed in 17 milliseconds