Searched refs:MARS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmars.h15 static const char *StaticAlgorithmName() {return "MARS";}
18 /// <a href="http://www.weidai.com/scan-mirror/cs.html#MARS">MARS</a>
19 class MARS : public MARS_Info, public BlockCipherDocumentation class in inherits:MARS_Info,BlockCipherDocumentation
49 typedef MARS::Encryption MARSEncryption;
50 typedef MARS::Decryption MARSDecryption;
H A Dmars.cpp4 /* This is an independent implementation of the MARS encryption */
13 /* constraints that IBM place on the use of the MARS algorithm. */
41 void MARS::Base::UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &)
124 void MARS::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
167 void MARS::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
H A Dregtest.cpp123 RegisterSymmetricCipherDefaultFactories<CTR_Mode<MARS> >();
H A Dmarss.cpp0 // MARS S-Box
8 const word32 MARS::Base::Sbox[512] = {

Completed in 36 milliseconds