2 writes to _key
System.Security.Cryptography (2)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (2)
20
_key
= key;
51
_key
= null!;
8 references to _key
System.Security.Cryptography (8)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (8)
23
public SafeEvpPKeyHandle DuplicateHandle() =>
_key
.DuplicateHandle();
50
_key
?.Dispose();
64
Interop.Crypto.SlhDsaSignPure(
_key
, data, context, destination);
67
Interop.Crypto.SlhDsaVerifyPure(
_key
, data, context, signature);
74
_key
,
87
_key
,
92
Interop.Crypto.SlhDsaExportPublicKey(
_key
, destination);
95
Interop.Crypto.SlhDsaExportSecretKey(
_key
, destination);