9 references to OFB
mscorlib (6)
system\security\cryptography\descryptoserviceprovider.cs (2)
78
if (mode == CipherMode.
OFB
)
119
if ((mode == CipherMode.
OFB
) || (mode == CipherMode.CFB)) {
system\security\cryptography\rc2cryptoserviceprovider.cs (2)
113
if (mode == CipherMode.
OFB
)
167
if ((mode == CipherMode.
OFB
) || (mode == CipherMode.CFB)) {
system\security\cryptography\tripledescryptoserviceprovider.cs (2)
74
if (mode == CipherMode.
OFB
)
115
if ((mode == CipherMode.
OFB
) || (mode == CipherMode.CFB)) {
System.Core (3)
System\Security\Cryptography\AesManaged.cs (2)
67
Contract.Ensures(m_impl.Mode != CipherMode.CFB && m_impl.Mode != CipherMode.
OFB
);
72
if (value == CipherMode.CFB || value == CipherMode.
OFB
) {
System\Security\Cryptography\CapiSymmetricAlgorithm.cs (1)
600
if (cipherMode == CipherMode.CFB || cipherMode == CipherMode.
OFB
) {