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