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)
17return _key.DuplicateHandle(); 66_key.Dispose(); 74Interop.Crypto.MLDsaSignPure(_key, data, context, destination); 78Interop.Crypto.MLDsaVerifyPure(_key, data, context, signature); 86_key, 100_key, 106Interop.Crypto.MLDsaSignExternalMu(_key, externalMu, destination); 110Interop.Crypto.MLDsaVerifyExternalMu(_key, externalMu, signature); 114Interop.Crypto.MLDsaExportPublicKey(_key, destination); 124Interop.Crypto.MLDsaExportSecretKey(_key, destination); 135Interop.Crypto.MLDsaExportSeed(_key, destination);