1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\MLDsaOpenSsl.cs (1)
54
_key
= upRefHandle;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLDsaOpenSsl.OpenSsl.cs (7)
16
return
_key
.DuplicateHandle();
60
_key
.Dispose();
66
Interop.Crypto.MLDsaSignPure(
_key
, data, context, destination);
70
Interop.Crypto.MLDsaVerifyPure(
_key
, data, context, signature);
74
Interop.Crypto.MLDsaExportPublicKey(
_key
, destination);
78
Interop.Crypto.MLDsaExportSecretKey(
_key
, destination);
82
Interop.Crypto.MLDsaExportSeed(
_key
, destination);