5 references to SuiteId
System.Security.Cryptography (5)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (5)
160ReadOnlySpan<byte> suiteId = SuiteId; 185int length = checked(sizeof(ushort) + VersionLabel.Length + SuiteId.Length + label.Length + info.Length); 196SuiteId.CopyTo(buffer.Slice(offset)); 197offset += SuiteId.Length; 277Append(shake, SuiteId);