1 write to _keyBox
System.Security.Cryptography (1)
System\Security\Cryptography\AesCcm.OpenSsl.cs (1)
23_keyBox = new FixedMemoryKeyBox(key);
9 references to _keyBox
System.Security.Cryptography (9)
System\Security\Cryptography\AesCcm.OpenSsl.cs (9)
16[MemberNotNull(nameof(_keyBox))] 22Debug.Assert(_keyBox is null); 37_keyBox.DangerousAddRef(ref acquired); 38ReadOnlySpan<byte> key = _keyBox.DangerousKeySpan; 90_keyBox.DangerousRelease(); 106_keyBox.DangerousAddRef(ref acquired); 107ReadOnlySpan<byte> key = _keyBox.DangerousKeySpan; 148_keyBox.DangerousRelease(); 166public void Dispose() => _keyBox.Dispose();