8 references to GetExtraHandle
System.Security.Cryptography (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Kem.cs (2)
154int ret = CryptoNative_EvpKemDecapsulate(key, GetExtraHandle(key), ciphertext, ciphertext.Length, sharedSecret, sharedSecret.Length); 184int ret = CryptoNative_EvpKemEncapsulate(key, GetExtraHandle(key), ciphertext, ciphertext.Length, sharedSecret, sharedSecret.Length);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.MLDsa.cs (2)
91pkey, GetExtraHandle(pkey), 116pkey, GetExtraHandle(pkey),
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.SlhDsa.cs (4)
90pkey, GetExtraHandle(pkey), 115pkey, GetExtraHandle(pkey), 146pkey, GetExtraHandle(pkey), 168pkey, GetExtraHandle(pkey),