8 references to HashData
Microsoft.AspNetCore.Cryptography.Internal.Tests (2)
Cng\CachedAlgorithmHandlesTests.cs (2)
149hashHandle.HashData(pInput, (uint)_dataToHash.Length, pOutput, (uint)outputHash.Length); 182hashHandle.HashData(pInput, (uint)_dataToHash.Length, pOutput, (uint)outputHash.Length);
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win8Pbkdf2Provider.cs (1)
143hashHandle.HashData(pbPassword, cbPassword, pbPasswordDigest, cbPasswordDigest);
Microsoft.AspNetCore.DataProtection (5)
Cng\CbcAuthenticatedEncryptor.cs (3)
128hashHandle.HashData( 370hashHandle.HashData( 418hashHandle.HashData(pbInput, cbInput, pbActualDigest, _hmacAlgorithmDigestLengthInBytes);
SP800_108\Win7SP800_108_CTR_HMACSHA512Provider.cs (1)
63hashHandle.HashData(pbTempInputBuffer, (uint)tempInputBuffer.Length, pbHashDigest, SHA512_DIGEST_SIZE_IN_BYTES);
SP800_108\Win8SP800_108_CTR_HMACSHA512Provider.cs (1)
92hashHandle.HashData(pbKdk, cbKdk, pbHashedKey, SHA512_DIGEST_SIZE_IN_BYTES);