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();
61
Interop.Crypto.SlhDsaSignPure(
_key
, data, context, destination);
64
Interop.Crypto.SlhDsaVerifyPure(
_key
, data, context, signature);
67
Interop.Crypto.SlhDsaExportPublicKey(
_key
, destination);
70
Interop.Crypto.SlhDsaExportSecretKey(
_key
, destination);