2 overrides of Encapsulate
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
166internal override void Encapsulate(Span<byte> encapsulatedSecret, Span<byte> sharedSecret)
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
49internal override void Encapsulate(Span<byte> encapsulatedSecret, Span<byte> sharedSecret)
2 references to Encapsulate
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeImplementation.Managed.cs (2)
114_kemAdapter.Encapsulate(encapsulatedSecret, sharedSecret); 230_kemAdapter.Encapsulate(encapsulatedSecret, sharedSecret);