5 references to DangerousKeySpan
System.Security.Cryptography (5)
System\Security\Cryptography\AesCcm.OpenSsl.cs (2)
38
ReadOnlySpan<byte> key = _keyBox.
DangerousKeySpan
;
107
ReadOnlySpan<byte> key = _keyBox.
DangerousKeySpan
;
System\Security\Cryptography\FixedMemoryKeyBox.cs (2)
40
return func(state,
DangerousKeySpan
);
61
return func(state1, state2,
DangerousKeySpan
);
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (1)
43
_keyBox.
DangerousKeySpan
,