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