1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\SlhDsaOpenSsl.cs (1)
54
_key
= upRefHandle;
8 references to _key
System.Security.Cryptography (8)
System\Security\Cryptography\SlhDsaOpenSsl.OpenSsl.cs (8)
17
return
_key
.DuplicateHandle();
77
_key
.Dispose();
84
Interop.Crypto.SlhDsaSignPure(
_key
, data, context, destination);
87
Interop.Crypto.SlhDsaVerifyPure(
_key
, data, context, signature);
94
_key
,
107
_key
,
112
Interop.Crypto.SlhDsaExportPublicKey(
_key
, destination);
115
Interop.Crypto.SlhDsaExportSecretKey(
_key
, destination);