1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\MLDsaOpenSsl.cs (1)
54_key = upRefHandle;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLDsaOpenSsl.OpenSsl.cs (7)
16return _key.DuplicateHandle(); 60_key.Dispose(); 66Interop.Crypto.MLDsaSignPure(_key, data, context, destination); 70Interop.Crypto.MLDsaVerifyPure(_key, data, context, signature); 74Interop.Crypto.MLDsaExportPublicKey(_key, destination); 78Interop.Crypto.MLDsaExportSecretKey(_key, destination); 82Interop.Crypto.MLDsaExportSeed(_key, destination);