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