2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (2)
20_key = key; 28_key = null!;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (7)
27_key?.Dispose(); 41return _key.DuplicateHandle(); 45Interop.Crypto.MLDsaSignPure(_key, data, context, destination); 48Interop.Crypto.MLDsaVerifyPure(_key, data, context, signature); 51Interop.Crypto.MLDsaExportPublicKey(_key, destination); 54Interop.Crypto.MLDsaExportSecretKey(_key, destination); 57Interop.Crypto.MLDsaExportSeed(_key, destination);