1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\MLDsaOpenSsl.cs (1)
57
_key
= upRefHandle;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLDsaOpenSsl.OpenSsl.cs (7)
16
return
_key
.DuplicateHandle();
67
_key
.Dispose();
73
Interop.Crypto.MLDsaSignPure(
_key
, data, context, destination);
77
Interop.Crypto.MLDsaVerifyPure(
_key
, data, context, signature);
81
Interop.Crypto.MLDsaExportPublicKey(
_key
, destination);
85
Interop.Crypto.MLDsaExportSecretKey(
_key
, destination);
89
Interop.Crypto.MLDsaExportSeed(
_key
, destination);