4 references to BlockSize
System.Security.Cryptography (4)
System\Security\Cryptography\HMACSHA3_384.cs (3)
52: this(RandomNumberGenerator.GetBytes(BlockSize)) 71_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA3_384, key, BlockSize); 73BlockSizeValue = BlockSize;
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (1)
214return HMACSHA3_384.BlockSize;