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)
24
public SafeEvpPKeyHandle DuplicateHandle() =>
_key
.DuplicateHandle();
51
_key
?.Dispose();
63
Interop.Crypto.SlhDsaSignPure(
_key
, data, context, destination);
66
Interop.Crypto.SlhDsaVerifyPure(
_key
, data, context, signature);
69
Interop.Crypto.SlhDsaExportPublicKey(
_key
, destination);
72
Interop.Crypto.SlhDsaExportSecretKey(
_key
, destination);