2 references to GetCipher
System.Security.Cryptography (2)
System\Security\Cryptography\AesCcm.OpenSsl.cs (2)
40
using (SafeEvpCipherCtxHandle ctx = Interop.Crypto.EvpCipherCreatePartial(
GetCipher
(key.Length * 8)))
109
using (SafeEvpCipherCtxHandle ctx = Interop.Crypto.EvpCipherCreatePartial(
GetCipher
(key.Length * 8)))