3 instantiations of FixedMemoryKeyBox
System.Security.Cryptography (3)
System\Security\Cryptography\AesCcm.OpenSsl.cs (1)
23_keyBox = new FixedMemoryKeyBox(key);
System\Security\Cryptography\AesImplementation.cs (1)
92_keyBox = new FixedMemoryKeyBox(key);
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (1)
19_keyBox = new FixedMemoryKeyBox(key);
4 references to FixedMemoryKeyBox
System.Security.Cryptography (4)
System\Security\Cryptography\AesCcm.OpenSsl.cs (1)
12private FixedMemoryKeyBox _keyBox;
System\Security\Cryptography\AesImplementation.cs (2)
11private FixedMemoryKeyBox? _keyBox; 13private FixedMemoryKeyBox GetKey()
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (1)
14private readonly FixedMemoryKeyBox _keyBox;