5 instantiations of OpenSslCipherLite
System.Security.Cryptography (5)
System\Security\Cryptography\AesImplementation.OpenSsl.cs (1)
37return new OpenSslCipherLite(algorithm, blockSize, paddingSize, key, iv, encrypting);
System\Security\Cryptography\DesImplementation.OpenSsl.cs (1)
42return new OpenSslCipherLite(algorithm, blockSize, paddingSize, key, iv, encrypting);
System\Security\Cryptography\OpenSslCipher.cs (1)
16_cipherLite = new OpenSslCipherLite(
System\Security\Cryptography\RC2Implementation.OpenSsl.cs (1)
41return new OpenSslCipherLite(algorithm, blockSize, paddingSize, key, iv, encrypting);
System\Security\Cryptography\TripleDesImplementation.OpenSsl.cs (1)
39return new OpenSslCipherLite(
5 references to OpenSslCipherLite
System.Security.Cryptography (5)
System\Security\Cryptography\AesImplementation.OpenSsl.cs (1)
27private static OpenSslCipherLite CreateLiteCipher(
System\Security\Cryptography\DesImplementation.OpenSsl.cs (1)
29private static OpenSslCipherLite CreateLiteCipher(
System\Security\Cryptography\OpenSslCipher.cs (1)
11private readonly OpenSslCipherLite _cipherLite;
System\Security\Cryptography\RC2Implementation.OpenSsl.cs (1)
29private static OpenSslCipherLite CreateLiteCipher(
System\Security\Cryptography\TripleDesImplementation.OpenSsl.cs (1)
27private static OpenSslCipherLite CreateLiteCipher(