Home
last modified time | relevance | path

Searched refs:toDecrypt (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/tests/
H A DXmlLicenseEncryptedRef.cs37 public Stream Decrypt(EncryptionMethod encryptionMethod, KeyInfo keyInfo, Stream toDecrypt) in Decrypt() argument
41 Assert.NotNull(toDecrypt); in Decrypt()
130 return DecryptStream(toDecrypt, aes); in Decrypt()
134 private static Stream DecryptStream(Stream toDecrypt, SymmetricAlgorithm alg) in DecryptStream() argument
141 toDecrypt.Read(IV, 0, IV.Length); in DecryptStream()
142 byte[] encryptedContentValue = new byte[toDecrypt.Length - IV.Length]; in DecryptStream()
145 toDecrypt.Read(encryptedContentValue, 0, encryptedContentValue.Length); in DecryptStream()
H A DXmlLicenseTransformTest.cs36 public Stream Decrypt(EncryptionMethod encryptionMethod, KeyInfo keyInfo, Stream toDecrypt) in Decrypt() argument
173 … XmlDocument toDecrypt = LoadXmlWithLicenseNs(encryptedLicenseWithGrants, out nsManager); in ItDecryptsLicense()
179 Context = FindLicenseTransformContext(toDecrypt, nsManager) in ItDecryptsLicense()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DXmlLicenseTransform.cs74 MemoryStream toDecrypt = null; in DecryptEncryptedGrants()
80 toDecrypt = new MemoryStream(cipherDataObj.CipherValue); in DecryptEncryptedGrants()
82 keyInfoObj, toDecrypt); in DecryptEncryptedGrants()
94 if (toDecrypt != null) in DecryptEncryptedGrants()
95 toDecrypt.Close(); in DecryptEncryptedGrants()
H A DIRelDecryptor.cs11 Stream Decrypt(EncryptionMethod encryptionMethod, KeyInfo keyInfo, Stream toDecrypt); in Decrypt() argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/
H A DCryptoInputStream.java357 int toDecrypt = Math.min(length - n, inBuffer.remaining()); in decrypt() local
358 inBuffer.put(buffer, offset + n, toDecrypt); in decrypt()
362 outBuffer.get(buffer, offset + n, toDecrypt); in decrypt()
363 n += toDecrypt; in decrypt()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/storage/
H A Dhasherstore.go99 toDecrypt := (encryptionKey != nil)
100 if toDecrypt {
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/crypto/bcrypt/
H A DCryptoImpl.cpp1056 CryptoBuffer AES_GCM_Cipher_BCrypt::DecryptBuffer(const CryptoBuffer& toDecrypt) in DecryptBuffer() argument
1067 … workingBuffer = CryptoBuffer({ (ByteBuffer*)&m_finalBuffer, (ByteBuffer*)&toDecrypt }); in DecryptBuffer()
1072 workingBuffer = toDecrypt; in DecryptBuffer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/ref/
H A DSystem.Security.Cryptography.Xml.cs195 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Security.cs674 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Security.cs676 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Security.cs674 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Security.cs674 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Security.cs651 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Security.cs652 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Security.cs652 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Security.cs676 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Security.cs676 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Security.cs670 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Security.cs670 …od encryptionMethod, System.Security.Cryptography.Xml.KeyInfo keyInfo, System.IO.Stream toDecrypt); in Decrypt() argument