2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (2)
27_key = key; 37_key = null!;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (7)
36_key?.Dispose(); 50return _key.DuplicateHandle(); 54Interop.Crypto.MLDsaSignPure(_key, data, context, destination); 57Interop.Crypto.MLDsaVerifyPure(_key, data, context, signature); 60Interop.Crypto.MLDsaExportPublicKey(_key, destination); 63Interop.Crypto.MLDsaExportSecretKey(_key, destination); 66Interop.Crypto.MLDsaExportSeed(_key, destination);