Home
last modified time | relevance | path

Searched refs:Decryption (Results 1 – 25 of 2003) sorted by relevance

12345678910>>...81

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Configuration/
H A DMachineKeySectionTest.cs44 Assert.AreEqual ("Auto", section.Decryption, "Decryption"); in DefaultValues()
56 section.Decryption = null; in Decryption_Null()
64 section.Decryption = String.Empty; in Decryption_Empty()
70 Assert.AreEqual ("Auto", section.Decryption, "before"); in Decryption_RC2()
72 section.Decryption = "alg:RC2"; in Decryption_RC2()
73 Assert.AreEqual ("alg:RC2", section.Decryption, "after"); in Decryption_RC2()
80 Assert.AreEqual ("Auto", section.Decryption, "before"); in Decryption_InvalidName()
82 section.Decryption = "alg:UnexistingType"; in Decryption_InvalidName()
84 Assert.AreEqual ("alg:UnexistingType", section.Decryption, "Decryption"); in Decryption_InvalidName()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/tests/suites/
H A Dtest_suite_pkcs1_v21.data229 RSAES-OAEP Decryption Example 3_1
232 RSAES-OAEP Decryption Example 3_2
235 RSAES-OAEP Decryption Example 3_3
238 RSAES-OAEP Decryption Example 3_4
241 RSAES-OAEP Decryption Example 3_5
244 RSAES-OAEP Decryption Example 3_6
247 RSAES-OAEP Decryption Example 4_1
250 RSAES-OAEP Decryption Example 4_2
253 RSAES-OAEP Decryption Example 4_3
256 RSAES-OAEP Decryption Example 4_4
[all …]
/dports/security/cryptopp/cryptopp-8.6.0/
H A Ddes.h59 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
87 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
115 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
146 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
150 typedef DES::Decryption DESDecryption;
153 typedef DES_EDE2::Decryption DES_EDE2_Decryption;
156 typedef DES_EDE3::Decryption DES_EDE3_Decryption;
159 typedef DES_XEX3::Decryption DES_XEX3_Decryption;
H A Dmodes.h464 …DecryptionTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, CFB_ModePolicy> > > > Decryption; typedef
497 typedef Encryption Decryption; typedef
506 typedef Encryption Decryption; typedef
519 typedef Encryption Decryption; typedef
528 typedef Encryption Decryption; typedef
538 typedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, ECB_OneWay> Decryption; typedef
549 typedef Encryption Decryption; typedef
559 …pedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_Decryption> Decryption; typedef
571 typedef CipherModeFinalTemplate_ExternalCipher<CBC_Decryption> Decryption; typedef
582 …f CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_CTS_Decryption> Decryption; typedef
[all …]
H A Drc2.h74 class Decryption : public BlockCipherFinal<DECRYPTION, Dec>
77 Decryption() {} in Decryption() function
78 Decryption(const byte *key, size_t keyLen=DEFAULT_KEYLENGTH)
80 Decryption(const byte *key, size_t keyLen, int effectiveKeyLen) in Decryption() function
86 typedef RC2::Decryption RC2Decryption;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Ddes.h61 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
91 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
121 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
154 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
158 typedef DES::Decryption DESDecryption;
161 typedef DES_EDE2::Decryption DES_EDE2_Decryption;
164 typedef DES_EDE3::Decryption DES_EDE3_Decryption;
167 typedef DES_XEX3::Decryption DES_XEX3_Decryption;
H A Dmodes.h348 …DecryptionTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, CFB_ModePolicy> > > > Decryption; typedef
378 typedef Encryption Decryption; typedef
386 typedef Encryption Decryption; typedef
398 typedef Encryption Decryption; typedef
406 typedef Encryption Decryption; typedef
415 typedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, ECB_OneWay> Decryption; typedef
425 typedef Encryption Decryption; typedef
433 …pedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_Decryption> Decryption; typedef
443 typedef CipherModeFinalTemplate_ExternalCipher<CBC_Decryption> Decryption; typedef
451 …f CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_CTS_Decryption> Decryption; typedef
[all …]
H A Drc2.h78 class Decryption : public BlockCipherFinal<DECRYPTION, Dec>
81 Decryption() {} in Decryption() function
82 Decryption(const byte *key, size_t keyLen=DEFAULT_KEYLENGTH)
84 Decryption(const byte *key, size_t keyLen, int effectiveKeyLen) in Decryption() function
90 typedef RC2::Decryption RC2Decryption;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddes.h59 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
87 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
115 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
146 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
150 typedef DES::Decryption DESDecryption;
153 typedef DES_EDE2::Decryption DES_EDE2_Decryption;
156 typedef DES_EDE3::Decryption DES_EDE3_Decryption;
159 typedef DES_XEX3::Decryption DES_XEX3_Decryption;
H A Dmodes.h464 …DecryptionTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, CFB_ModePolicy> > > > Decryption; typedef
497 typedef Encryption Decryption; typedef
506 typedef Encryption Decryption; typedef
519 typedef Encryption Decryption; typedef
528 typedef Encryption Decryption; typedef
538 typedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, ECB_OneWay> Decryption; typedef
549 typedef Encryption Decryption; typedef
559 …pedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_Decryption> Decryption; typedef
571 typedef CipherModeFinalTemplate_ExternalCipher<CBC_Decryption> Decryption; typedef
582 …f CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_CTS_Decryption> Decryption; typedef
[all …]
H A Drc2.h74 class Decryption : public BlockCipherFinal<DECRYPTION, Dec>
77 Decryption() {} in Decryption() function
78 Decryption(const byte *key, size_t keyLen=DEFAULT_KEYLENGTH)
80 Decryption(const byte *key, size_t keyLen, int effectiveKeyLen) in Decryption() function
86 typedef RC2::Decryption RC2Decryption;
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddes.h59 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
87 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
115 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
146 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
150 typedef DES::Decryption DESDecryption;
153 typedef DES_EDE2::Decryption DES_EDE2_Decryption;
156 typedef DES_EDE3::Decryption DES_EDE3_Decryption;
159 typedef DES_XEX3::Decryption DES_XEX3_Decryption;
H A Dmodes.h464 …DecryptionTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, CFB_ModePolicy> > > > Decryption; typedef
497 typedef Encryption Decryption; typedef
506 typedef Encryption Decryption; typedef
519 typedef Encryption Decryption; typedef
528 typedef Encryption Decryption; typedef
538 typedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, ECB_OneWay> Decryption; typedef
549 typedef Encryption Decryption; typedef
559 …pedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_Decryption> Decryption; typedef
571 typedef CipherModeFinalTemplate_ExternalCipher<CBC_Decryption> Decryption; typedef
582 …f CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_CTS_Decryption> Decryption; typedef
[all …]
H A Drc2.h74 class Decryption : public BlockCipherFinal<DECRYPTION, Dec>
77 Decryption() {} in Decryption() function
78 Decryption(const byte *key, size_t keyLen=DEFAULT_KEYLENGTH)
80 Decryption(const byte *key, size_t keyLen, int effectiveKeyLen) in Decryption() function
86 typedef RC2::Decryption RC2Decryption;
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Ddes.h59 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
87 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
115 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
146 typedef BlockCipherFinal<DECRYPTION, Base> Decryption; typedef
150 typedef DES::Decryption DESDecryption;
153 typedef DES_EDE2::Decryption DES_EDE2_Decryption;
156 typedef DES_EDE3::Decryption DES_EDE3_Decryption;
159 typedef DES_XEX3::Decryption DES_XEX3_Decryption;
H A Dmodes.h464 …DecryptionTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, CFB_ModePolicy> > > > Decryption; typedef
497 typedef Encryption Decryption; typedef
506 typedef Encryption Decryption; typedef
519 typedef Encryption Decryption; typedef
528 typedef Encryption Decryption; typedef
538 typedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, ECB_OneWay> Decryption; typedef
549 typedef Encryption Decryption; typedef
559 …pedef CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_Decryption> Decryption; typedef
571 typedef CipherModeFinalTemplate_ExternalCipher<CBC_Decryption> Decryption; typedef
582 …f CipherModeFinalTemplate_CipherHolder<typename CIPHER::Decryption, CBC_CTS_Decryption> Decryption; typedef
[all …]
H A Drc2.h74 class Decryption : public BlockCipherFinal<DECRYPTION, Dec>
77 Decryption() {} in Decryption() function
78 Decryption(const byte *key, size_t keyLen=DEFAULT_KEYLENGTH)
80 Decryption(const byte *key, size_t keyLen, int effectiveKeyLen) in Decryption() function
86 typedef RC2::Decryption RC2Decryption;
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_pkcs1_v21.data233 RSAES-OAEP Decryption Example 3_1
236 RSAES-OAEP Decryption Example 3_2
239 RSAES-OAEP Decryption Example 3_3
242 RSAES-OAEP Decryption Example 3_4
245 RSAES-OAEP Decryption Example 3_5
248 RSAES-OAEP Decryption Example 3_6
251 RSAES-OAEP Decryption Example 4_1
254 RSAES-OAEP Decryption Example 4_2
257 RSAES-OAEP Decryption Example 4_3
260 RSAES-OAEP Decryption Example 4_4
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/suites/
H A Dtest_suite_pkcs1_v21.data229 RSAES-OAEP Decryption Example 3_1
232 RSAES-OAEP Decryption Example 3_2
235 RSAES-OAEP Decryption Example 3_3
238 RSAES-OAEP Decryption Example 3_4
241 RSAES-OAEP Decryption Example 3_5
244 RSAES-OAEP Decryption Example 3_6
247 RSAES-OAEP Decryption Example 4_1
250 RSAES-OAEP Decryption Example 4_2
253 RSAES-OAEP Decryption Example 4_3
256 RSAES-OAEP Decryption Example 4_4
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/
H A Dtest_suite_pkcs1_v21.data229 RSAES-OAEP Decryption Example 3_1
232 RSAES-OAEP Decryption Example 3_2
235 RSAES-OAEP Decryption Example 3_3
238 RSAES-OAEP Decryption Example 3_4
241 RSAES-OAEP Decryption Example 3_5
244 RSAES-OAEP Decryption Example 3_6
247 RSAES-OAEP Decryption Example 4_1
250 RSAES-OAEP Decryption Example 4_2
253 RSAES-OAEP Decryption Example 4_3
256 RSAES-OAEP Decryption Example 4_4
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/
H A Dtest_suite_pkcs1_v21.data229 RSAES-OAEP Decryption Example 3_1
232 RSAES-OAEP Decryption Example 3_2
235 RSAES-OAEP Decryption Example 3_3
238 RSAES-OAEP Decryption Example 3_4
241 RSAES-OAEP Decryption Example 3_5
244 RSAES-OAEP Decryption Example 3_6
247 RSAES-OAEP Decryption Example 4_1
250 RSAES-OAEP Decryption Example 4_2
253 RSAES-OAEP Decryption Example 4_3
256 RSAES-OAEP Decryption Example 4_4
[all …]
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Drdwrfn.cpp32 Decryption=false; in Init()
59 if (Decryption) in UnpRead()
81 if (UnpVolume && Decryption && (int64)Count>UnpPackedSize) in UnpRead()
122 (ReadSize==0 || Decryption && (TotalRead & CRYPT_BLOCK_MASK) != 0) ) in UnpRead()
142 if (Decryption) in UnpRead()
291 Decryption=Decrypt->SetCryptKeys(false,Method,Password,Salt,InitV,Lg2Cnt,HashKey,PswCheck); in SetEncryption()
298 Decryption=true; in InitRijindal()
306 Decryption=true; in SetAV15Encryption()
315 Decryption=true; in SetCmt13Encryption()
/dports/graphics/comical/comical-0.8/unrar/
H A Drdwrfn.cpp25 Decryption=0; in Init()
89 if (Decryption) in UnpRead()
91 if (Decryption<20) in UnpRead()
92 Decrypt.Crypt(Addr,RetCode,(Decryption==15) ? NEW_CRYPT : OLD_DECODE); in UnpRead()
94 if (Decryption==20) in UnpRead()
225 Decryption=*Password ? Method:0; in SetEncryption()
236 Decryption=15; in SetAV15Encryption()
245 Decryption=13; in SetCmt13Encryption()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Drdwrfn.cpp26 Decryption=false; in Init()
46 if (Decryption) in UnpRead()
68 if (UnpVolume && Decryption && (int64)Count>UnpPackedSize) in UnpRead()
109 (ReadSize==0 || Decryption && (TotalRead & CRYPT_BLOCK_MASK) != 0) ) in UnpRead()
129 if (Decryption) in UnpRead()
278 Decryption=Decrypt.SetCryptKeys(false,Method,Password,Salt,InitV,Lg2Cnt,HashKey,PswCheck); in SetEncryption()
286 Decryption=true; in SetAV15Encryption()
295 Decryption=true; in SetCmt13Encryption()
/dports/archivers/unrar-iconv/unrar/
H A Drdwrfn.cpp32 Decryption=false; in Init()
59 if (Decryption) in UnpRead()
81 if (UnpVolume && Decryption && (int64)Count>UnpPackedSize) in UnpRead()
122 (ReadSize==0 || Decryption && (TotalRead & CRYPT_BLOCK_MASK) != 0) ) in UnpRead()
142 if (Decryption) in UnpRead()
291 Decryption=Decrypt->SetCryptKeys(false,Method,Password,Salt,InitV,Lg2Cnt,HashKey,PswCheck); in SetEncryption()
299 Decryption=true; in SetAV15Encryption()
308 Decryption=true; in SetCmt13Encryption()

12345678910>>...81