1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\MLDsaOpenSsl.cs (1)
57
_key
= upRefHandle;
11 references to _key
System.Security.Cryptography (11)
System\Security\Cryptography\MLDsaOpenSsl.OpenSsl.cs (11)
17
return
_key
.DuplicateHandle();
66
_key
.Dispose();
74
Interop.Crypto.MLDsaSignPure(
_key
, data, context, destination);
78
Interop.Crypto.MLDsaVerifyPure(
_key
, data, context, signature);
86
_key
,
100
_key
,
106
Interop.Crypto.MLDsaSignExternalMu(
_key
, externalMu, destination);
110
Interop.Crypto.MLDsaVerifyExternalMu(
_key
, externalMu, signature);
114
Interop.Crypto.MLDsaExportPublicKey(
_key
, destination);
124
Interop.Crypto.MLDsaExportSecretKey(
_key
, destination);
135
Interop.Crypto.MLDsaExportSeed(
_key
, destination);