Searched refs:FixedBlockSize (Results 1 - 24 of 24) 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 D3way.h13 struct ThreeWay_Info : public FixedBlockSize<12>, public FixedKeyLength<12>, public VariableRounds<11>
H A Dblowfish.h12 struct Blowfish_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 1, 56>, public FixedRounds<16>
H A Dcamellia.h15 struct Camellia_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 32, 8>
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 Dmars.h13 struct MARS_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 56, 4>
H A Drc5.h13 struct RC5_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 0, 255>, public VariableRounds<16>
H A Drc6.h13 struct RC6_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 0, 255>, public VariableRounds<20>
H A Dserpent.h13 struct Serpent_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 0, 32>, public FixedRounds<32>
H A Dshacal2.h13 struct SHACAL2_Info : public FixedBlockSize<32>, public VariableKeyLength<16, 16, 64>
H A Dcast.h19 struct CAST128_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 5, 16>
55 struct CAST256_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 32>
H A Dsafer.h51 struct SAFER_K_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 8, 16, 8>, public VariableRounds<10, 1, 13>
65 struct SAFER_SK_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 8, 16, 8>, public VariableRounds<10, 1, 13>
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>
H A Didea.h13 struct IDEA_Info : public FixedBlockSize<8>, public FixedKeyLength<16>, public FixedRounds<8>
H A Drijndael.h13 struct Rijndael_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 32, 8>
H A Dshark.h14 struct SHARK_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 1, 16>, public VariableRounds<6, 2>
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 Dtwofish.h13 struct Twofish_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 0, 32>, FixedRounds<16>
H A Dmdc.h16 struct MDC_Info : public FixedBlockSize<T::DIGESTSIZE>, public FixedKeyLength<T::BLOCKSIZE>
H A Drc2.h14 struct RC2_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 1, 128>
H A Dlubyrack.h20 struct LR_Info : public VariableKeyLength<16, 0, 2*(INT_MAX/2), 2>, public FixedBlockSize<DigestSizeDoubleWorkaround<T>::RESULT>
H A Dseckey.h21 class FixedBlockSize class

Completed in 104 milliseconds