2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (2)
27
_key
= key;
37
_key
= null!;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (7)
36
_key
?.Dispose();
50
return
_key
.DuplicateHandle();
54
Interop.Crypto.MLDsaSignPure(
_key
, data, context, destination);
57
Interop.Crypto.MLDsaVerifyPure(
_key
, data, context, signature);
60
Interop.Crypto.MLDsaExportPublicKey(
_key
, destination);
63
Interop.Crypto.MLDsaExportSecretKey(
_key
, destination);
66
Interop.Crypto.MLDsaExportSeed(
_key
, destination);