2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (2)
28
_key
= key;
38
_key
= null!;
11 references to _key
System.Security.Cryptography (11)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (11)
37
_key
?.Dispose();
72
return
_key
.DuplicateHandle();
76
Interop.Crypto.MLDsaSignPure(
_key
, data, context, destination);
79
Interop.Crypto.MLDsaVerifyPure(
_key
, data, context, signature);
86
_key
,
99
_key
,
104
Interop.Crypto.MLDsaSignExternalMu(
_key
, externalMu, destination);
107
Interop.Crypto.MLDsaVerifyExternalMu(
_key
, externalMu, signature);
110
Interop.Crypto.MLDsaExportPublicKey(
_key
, destination);
119
Interop.Crypto.MLDsaExportSecretKey(
_key
, destination);
129
Interop.Crypto.MLDsaExportSeed(
_key
, destination);