6 references to VersionLabel
System.Security.Cryptography (6)
System\Security\Cryptography\HpkeManagedKemAdapter.cs (6)
114
int labeledIkmLength = checked(
VersionLabel
.Length + suiteId.Length + label.Length + ikm.Length);
119
VersionLabel
.CopyTo(destination);
120
int offset =
VersionLabel
.Length;
144
checked(sizeof(ushort) +
VersionLabel
.Length + suiteId.Length + label.Length + info.Length);
150
VersionLabel
.CopyTo(destination.Slice(offset));
151
offset +=
VersionLabel
.Length;