Searched refs:hCtx (Results 1 – 1 of 1) sorted by relevance
137 Private Function GetProvider(hCtx As Long) As Boolean154 If CBool(CryptAcquireContext(hCtx, ByVal strTemp, _180 Dim hCtx As Long variable187 If Not GetProvider(hCtx) Then Err.Raise Err.LastDllError189 ret = CryptCreateHash(hCtx, MD5_ALGORITHM, 0, 0, hHash)208 CryptReleaseContext hCtx, 0
Completed in 9 milliseconds