Searched refs:SKIPJACK (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dskipjack.h15 CRYPTOPP_DLL static const char * CRYPTOPP_API StaticAlgorithmName() {return "SKIPJACK";}
18 /// <a href="http://www.weidai.com/scan-mirror/cs.html#SKIPJACK">SKIPJACK</a>
19 class SKIPJACK : public SKIPJACK_Info, public BlockCipherDocumentation class in inherits:SKIPJACK_Info,BlockCipherDocumentation
56 typedef SKIPJACK::Encryption SKIPJACKEncryption;
57 typedef SKIPJACK::Decryption SKIPJACKDecryption;
H A Dskipjack.cpp11 * Optimized implementation of SKIPJACK algorithm
23 const byte SKIPJACK::Base::fTable[256] = {
81 void SKIPJACK::Base::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &)
101 void SKIPJACK::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
152 void SKIPJACK::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
H A Dregtest.cpp133 RegisterSymmetricCipherDefaultFactories<CTR_Mode<SKIPJACK> >();
H A Dfipstest.cpp459 SymmetricEncryptionKnownAnswerTest<SKIPJACK>(
H A Dfipsalgt.cpp180 if (m_algorithm == "SKIPJACK")
810 else if (m_algorithm == "SKIPJACK")
811 pBT.reset(NewBT((SKIPJACK*)0));
1220 string algTable[] = {"AES", "ECDSA", "DSA", "HMAC", "RNG", "RSA", "TDES", "SKIPJACK", "SHA"}; // order is important here

Completed in 172 milliseconds