Span BasicSymmetricCipher and other symmetric crypto internals
authorKevin Jones <kevin@vcsjones.com>
Fri, 10 Jul 2020 19:46:39 +0000 (15:46 -0400)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 19:46:39 +0000 (12:46 -0700)
commit685314fcd18cb817ca7a259e9707a6b6f606fdd8
treef747ed5c3ffd8255ea1ee68d52c569bd80fcfea0
parent466a08526a28415ed3d370d062096ae207929992
Span BasicSymmetricCipher and other symmetric crypto internals
14 files changed:
src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipher.cs
src/libraries/Common/src/Internal/Cryptography/BasicSymmetricCipherBCrypt.cs
src/libraries/Common/src/Internal/Cryptography/UniversalCryptoDecryptor.cs
src/libraries/Common/src/Internal/Cryptography/UniversalCryptoEncryptor.cs
src/libraries/Common/src/Internal/Cryptography/UniversalCryptoTransform.cs
src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptEncryptDecrypt.cs
src/libraries/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/AppleCCCryptor.cs
src/libraries/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/OpenSslCipher.cs
src/libraries/System.Security.Cryptography.Cng/src/Internal/Cryptography/BasicSymmetricCipherNCrypt.cs
src/libraries/System.Security.Cryptography.Cng/src/Resources/Strings.resx
src/libraries/System.Security.Cryptography.Csp/src/Internal/Cryptography/BasicSymmetricCipherCsp.cs
src/libraries/System.Security.Cryptography.Csp/src/Resources/Strings.resx
src/libraries/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj
src/libraries/System.Security.Cryptography.Csp/src/System/Security/Cryptography/CapiHelper.Windows.cs