2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (2)
21_key = key; 52_key = null!;
6 references to _key
System.Security.Cryptography (6)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (6)
24public SafeEvpPKeyHandle DuplicateHandle() => _key.DuplicateHandle(); 51_key?.Dispose(); 63Interop.Crypto.SlhDsaSignPure(_key, data, context, destination); 66Interop.Crypto.SlhDsaVerifyPure(_key, data, context, signature); 69Interop.Crypto.SlhDsaExportPublicKey(_key, destination); 72Interop.Crypto.SlhDsaExportSecretKey(_key, destination);