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