8 references to HMACCommon
System.Security.Cryptography (8)
System\Security\Cryptography\HMACMD5.cs (1)
42_hMacCommon = new HMACCommon(HashAlgorithmNames.MD5, key, BlockSize);
System\Security\Cryptography\HMACSHA1.cs (1)
41_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA1, key, BlockSize);
System\Security\Cryptography\HMACSHA256.cs (1)
40_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA256, key, BlockSize);
System\Security\Cryptography\HMACSHA3_256.cs (1)
64_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA3_256, key, BlockSize);
System\Security\Cryptography\HMACSHA3_384.cs (1)
64_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA3_384, key, BlockSize);
System\Security\Cryptography\HMACSHA3_512.cs (1)
64_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA3_512, key, BlockSize);
System\Security\Cryptography\HMACSHA384.cs (1)
40_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA384, key, BlockSize);
System\Security\Cryptography\HMACSHA512.cs (1)
40_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA512, key, BlockSize);