1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\MLDsaOpenSsl.cs (1)
57_key = upRefHandle;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLDsaOpenSsl.OpenSsl.cs (7)
16return _key.DuplicateHandle(); 67_key.Dispose(); 73Interop.Crypto.MLDsaSignPure(_key, data, context, destination); 77Interop.Crypto.MLDsaVerifyPure(_key, data, context, signature); 81Interop.Crypto.MLDsaExportPublicKey(_key, destination); 85Interop.Crypto.MLDsaExportSecretKey(_key, destination); 89Interop.Crypto.MLDsaExportSeed(_key, destination);