1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\SlhDsaOpenSsl.cs (1)
54
_key
= upRefHandle;
6 references to _key
System.Security.Cryptography (6)
System\Security\Cryptography\SlhDsaOpenSsl.OpenSsl.cs (6)
16
return
_key
.DuplicateHandle();
78
_key
.Dispose();
83
Interop.Crypto.SlhDsaSignPure(
_key
, data, context, destination);
86
Interop.Crypto.SlhDsaVerifyPure(
_key
, data, context, signature);
89
Interop.Crypto.SlhDsaExportPublicKey(
_key
, destination);
92
Interop.Crypto.SlhDsaExportSecretKey(
_key
, destination);