Searched refs:FixedKeyLength (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dseed.h13 struct SEED_Info : public FixedBlockSize<16>, public FixedKeyLength<16>, public FixedRounds<16>
H A Dtea.h13 struct TEA_Info : public FixedBlockSize<8>, public FixedKeyLength<16>, public VariableRounds<32>
52 struct XTEA_Info : public FixedBlockSize<8>, public FixedKeyLength<16>, public VariableRounds<32>
88 struct BTEA_Info : public FixedKeyLength<16>
H A D3way.h13 struct ThreeWay_Info : public FixedBlockSize<12>, public FixedKeyLength<12>, public VariableRounds<11>
H A Ddes.h25 struct DES_Info : public FixedBlockSize<8>, public FixedKeyLength<8>
56 struct DES_EDE2_Info : public FixedBlockSize<8>, public FixedKeyLength<16>
80 struct DES_EDE3_Info : public FixedBlockSize<8>, public FixedKeyLength<24>
104 struct DES_XEX3_Info : public FixedBlockSize<8>, public FixedKeyLength<24>
H A Dgost.h13 struct GOST_Info : public FixedBlockSize<8>, public FixedKeyLength<32>
H A Dttmac.h12 class CRYPTOPP_NO_VTABLE TTMAC_Base : public FixedKeyLength<20>, public IteratedHash<word32, LittleEndian, 64, MessageAuthenticationCode>
H A Dwake.h12 struct WAKE_CFB_Info : public FixedKeyLength<32>
19 struct WAKE_OFB_Info : public FixedKeyLength<32>
H A Didea.h13 struct IDEA_Info : public FixedBlockSize<8>, public FixedKeyLength<16>, public FixedRounds<8>
H A Dsalsa.h41 struct XSalsa20_Info : public FixedKeyLength<32, SimpleKeyingInterface::UNIQUE_IV, 24>
H A Dseal.h10 struct SEAL_Info : public FixedKeyLength<20, SimpleKeyingInterface::INTERNALLY_GENERATED_IV, 4>
H A Dskipjack.h13 struct SKIPJACK_Info : public FixedBlockSize<8>, public FixedKeyLength<10>
H A Dsquare.h13 struct Square_Info : public FixedBlockSize<16>, public FixedKeyLength<16>, FixedRounds<8>
H A Dmdc.h16 struct MDC_Info : public FixedBlockSize<T::DIGESTSIZE>, public FixedKeyLength<T::BLOCKSIZE>
H A Dpanama.h111 struct PanamaCipherInfo : public FixedKeyLength<32, SimpleKeyingInterface::UNIQUE_IV, 32>
H A Dseckey.h66 class FixedKeyLength class

Completed in 140 milliseconds