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