1 reference to CryptoNative_EvpKemEncapsulate
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Kem.cs (1)
184
int ret =
CryptoNative_EvpKemEncapsulate
(key, GetExtraHandle(key), ciphertext, ciphertext.Length, sharedSecret, sharedSecret.Length);