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(); 72return _key.DuplicateHandle(); 76Interop.Crypto.MLDsaSignPure(_key, data, context, destination); 79Interop.Crypto.MLDsaVerifyPure(_key, data, context, signature); 86_key, 99_key, 104Interop.Crypto.MLDsaSignExternalMu(_key, externalMu, destination); 107Interop.Crypto.MLDsaVerifyExternalMu(_key, externalMu, signature); 110Interop.Crypto.MLDsaExportPublicKey(_key, destination); 119Interop.Crypto.MLDsaExportSecretKey(_key, destination); 129Interop.Crypto.MLDsaExportSeed(_key, destination);