1 write to Suite
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (1)
17Suite = suite;
7 references to Suite
System.Security.Cryptography (7)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (7)
12protected ReadOnlySpan<byte> SuiteId => Suite.SuiteId; 53Debug.Assert(key.Length == Suite.AeadMetadata.Nk); 54Debug.Assert(baseNonce.Length == Suite.AeadMetadata.Nn); 55Debug.Assert(exporterSecret.Length == Suite.KdfMetadata.Nh); 73Debug.Assert(exporterSecret.Length == Suite.KdfMetadata.Nh); 74Debug.Assert(destination.Length <= Suite.KdfMetadata.MaximumExportLength); 123int hashLength = Suite.KdfMetadata.Nh;