19 overrides of HashCore
Microsoft.AspNetCore.DataProtection.Tests (1)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorTests.cs (1)
101
protected override void
HashCore
(byte[] array, int ibStart, int cbSize)
System.Security.Cryptography (18)
System\Security\Cryptography\HMAC.cs (1)
62
protected override void
HashCore
(byte[] rgb, int ib, int cb) =>
System\Security\Cryptography\MD5.cs (1)
257
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
38
protected override void
HashCore
(byte[] array, int ibStart, int cbSize)
System\Security\Cryptography\SHA1.cs (1)
248
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
41
protected override void
HashCore
(byte[] array, int ibStart, int cbSize)
System\Security\Cryptography\SHA1Managed.cs (1)
22
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA256.cs (1)
248
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
41
protected override void
HashCore
(byte[] array, int ibStart, int cbSize)
System\Security\Cryptography\SHA256Managed.cs (1)
22
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA3_256.cs (1)
303
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA3_384.cs (1)
304
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA3_512.cs (1)
303
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA384.cs (1)
247
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
41
protected override void
HashCore
(byte[] array, int ibStart, int cbSize)
System\Security\Cryptography\SHA384Managed.cs (1)
22
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA512.cs (1)
247
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
41
protected override void
HashCore
(byte[] array, int ibStart, int cbSize)
System\Security\Cryptography\SHA512Managed.cs (1)
22
protected sealed override void
HashCore
(byte[] array, int ibStart, int cbSize) =>
7 references to HashCore
System.Security.Cryptography (7)
System\Security\Cryptography\HashAlgorithm.cs (7)
49
HashCore
(buffer, 0, buffer.Length);
88
HashCore
(buffer, offset, count);
109
HashCore
(buffer, 0, bytesRead);
145
HashCore
(rented, 0, bytesRead);
202
HashCore
(inputBuffer, inputOffset, inputCount);
215
HashCore
(inputBuffer, inputOffset, inputCount);
256
HashCore
(array, 0, source.Length);