5 references to 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
(