Searched refs:DES (Results 1 - 25 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A DDES.pm1 package DES; package
17 bootstrap DES;
H A Ddes-lib.com2 $! DES-LIB.COM
11 $! "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" library. The "xxx" denotes the machine
21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library.
22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program.
23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program.
24 $! RPW To Just Build The [.xxx.EXE.CRYPTO.DES]RPW.EXE Program.
25 $! DES To Just Build The [.xxx.EXE.CRYPTO.DES]DES.EXE Program.
26 $! DES_OPTS To Just Build The [.xxx.EXE.CRYPTO.DES]DES_OPT
[all...]
H A DDES.xs17 MODULE = DES PACKAGE = DES PREFIX = des_
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A DDES.pm1 package DES; package
17 bootstrap DES;
H A Ddes-lib.com2 $! DES-LIB.COM
11 $! "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" library. The "xxx" denotes the machine
21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library.
22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program.
23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program.
24 $! RPW To Just Build The [.xxx.EXE.CRYPTO.DES]RPW.EXE Program.
25 $! DES To Just Build The [.xxx.EXE.CRYPTO.DES]DES.EXE Program.
26 $! DES_OPTS To Just Build The [.xxx.EXE.CRYPTO.DES]DES_OPT
[all...]
H A DDES.xs17 MODULE = DES PACKAGE = DES PREFIX = des_
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A DDES.pm1 package DES; package
17 bootstrap DES;
H A Ddes-lib.com2 $! DES-LIB.COM
11 $! "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" library. The "xxx" denotes the machine
21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library.
22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program.
23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program.
24 $! RPW To Just Build The [.xxx.EXE.CRYPTO.DES]RPW.EXE Program.
25 $! DES To Just Build The [.xxx.EXE.CRYPTO.DES]DES.EXE Program.
26 $! DES_OPTS To Just Build The [.xxx.EXE.CRYPTO.DES]DES_OPT
[all...]
H A DDES.xs17 MODULE = DES PACKAGE = DES PREFIX = des_
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/t/
H A Dtest5 use DES;
8 $ks=DES::set_key($key);
14 $key=DES::random_key();
20 ($k1,$k2)=DES::string_to_2keys($str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddes.h27 // disable DES in DLL version by not exporting this function
28 static const char * StaticAlgorithmName() {return "DES";}
31 /// <a href="http://www.weidai.com/scan-mirror/cs.html#DES">DES</a>
32 /*! The DES implementation in Crypto++ ignores the parity bits
36 class DES : public DES_Info, public BlockCipherDocumentation class in inherits:DES_Info,BlockCipherDocumentation
46 //! check DES key parity bits
48 //! correct DES key parity bits
58 CRYPTOPP_DLL static const char * CRYPTOPP_API StaticAlgorithmName() {return "DES-EDE2";}
61 /// <a href="http://www.weidai.com/scan-mirror/cs.html#DESede">DES
[all...]
H A Dmodes.cpp18 CFB_Mode<DES>::Encryption m0;
19 CFB_Mode<DES>::Decryption m1;
20 OFB_Mode<DES>::Encryption m2;
21 CTR_Mode<DES>::Encryption m3;
22 ECB_Mode<DES>::Encryption m4;
23 CBC_Mode<DES>::Encryption m5;
H A Ddes.cpp5 * This is a major rewrite of my old public domain DES code written
9 * Outerbridge's DES code as printed in Schneier's "Applied Cryptography."
120 void DES::Base::UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &)
266 /* End of DES-defined tables */
404 bool DES::CheckKeyParityBits(const byte *key)
412 void DES::CorrectKeyParityBits(byte *key)
420 void DES::Base::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
435 m_des.reset(new DES::Encryption);
H A Dregtest.cpp125 RegisterSymmetricCipherDefaultFactories<CTR_Mode<DES> >();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-config-files/
H A Dserver.conf246 ;cipher DES-EDE3-CBC # Triple-DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc6 is able to perform when the code is 'inlined'. For 'speed', the DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc6 is able to perform when the code is 'inlined'. For 'speed', the DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/times/
H A Dusparc.cc6 is able to perform when the code is 'inlined'. For 'speed', the DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dx86asm.sh8 echo DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dx86asm.sh8 echo DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dx86asm.sh8 echo DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Dmingw32.bat19 echo DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dmingw32.bat19 echo DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Dmingw32.bat19 echo DES
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/os2/
H A DOS2-EMX.cmd23 echo DES

Completed in 158 milliseconds

123