2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (2)
20
_key
= key;
28
_key
= null!;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (7)
27
_key
?.Dispose();
41
return
_key
.DuplicateHandle();
45
Interop.Crypto.MLDsaSignPure(
_key
, data, context, destination);
48
Interop.Crypto.MLDsaVerifyPure(
_key
, data, context, signature);
51
Interop.Crypto.MLDsaExportPublicKey(
_key
, destination);
54
Interop.Crypto.MLDsaExportSecretKey(
_key
, destination);
57
Interop.Crypto.MLDsaExportSeed(
_key
, destination);