2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (2)
21_key = key; 50_key = null!;
5 references to _key
System.Security.Cryptography (5)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (5)
49_key?.Dispose(); 61Interop.Crypto.SlhDsaSignPure(_key, data, context, destination); 64Interop.Crypto.SlhDsaVerifyPure(_key, data, context, signature); 67Interop.Crypto.SlhDsaExportPublicKey(_key, destination); 70Interop.Crypto.SlhDsaExportSecretKey(_key, destination);