2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (2)
20_key = key; 51_key = null!;
8 references to _key
System.Security.Cryptography (8)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (8)
23public SafeEvpPKeyHandle DuplicateHandle() => _key.DuplicateHandle(); 50_key?.Dispose(); 64Interop.Crypto.SlhDsaSignPure(_key, data, context, destination); 67Interop.Crypto.SlhDsaVerifyPure(_key, data, context, signature); 74_key, 87_key, 92Interop.Crypto.SlhDsaExportPublicKey(_key, destination); 95Interop.Crypto.SlhDsaExportSecretKey(_key, destination);