2 references to GetAlgorithm
System.Security.Cryptography (2)
System\Security\Cryptography\AesImplementation.OpenSsl.cs (2)
21
IntPtr algorithm =
GetAlgorithm
(key.Length * 8, feedback * 8, cipherMode);
36
IntPtr algorithm =
GetAlgorithm
(key.Length * 8, feedback * 8, cipherMode);