7 references to HashLength
System.Security.Cryptography (7)
System\Security\Cryptography\HKDF.cs (6)
35
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
53
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
88
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
120
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
153
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
177
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
System\Security\Cryptography\HKDFManagedImplementation.cs (1)
20
Debug.Assert(Helpers.
HashLength
(hashAlgorithmName) == hashLength);