Searched refs:UNIQUE_IV (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsalsa.h11 struct Salsa20_Info : public VariableKeyLength<32, 16, 32, 16, SimpleKeyingInterface::UNIQUE_IV, 8>
41 struct XSalsa20_Info : public FixedKeyLength<32, SimpleKeyingInterface::UNIQUE_IV, 24>
H A Dsosemanuk.h9 struct SosemanukInfo : public VariableKeyLength<16, 1, 32, 1, SimpleKeyingInterface::UNIQUE_IV, 16>
H A Deax.h30 {return UNIQUE_IV;}
H A Dvmac.h55 class VMAC : public SimpleKeyingInterfaceImpl<VMAC_Base, SameKeyLengthAs<T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE> >
H A Dccm.h32 {return UNIQUE_IV;}
H A Dgcm.h31 {return UNIQUE_IV;}
H A Dpanama.h111 struct PanamaCipherInfo : public FixedKeyLength<32, SimpleKeyingInterface::UNIQUE_IV, 32>
H A Dmodes.h127 IV_Requirement IVRequirement() const {return UNIQUE_IV;}
H A Dcryptlib.h387 enum IV_Requirement {UNIQUE_IV = 0, RANDOM_IV, UNPREDICTABLE_RANDOM_IV, INTERNALLY_GENERATED_IV, NOT_RESYNCHRONIZABLE}; enumerator in enum:SimpleKeyingInterface::IV_Requirement
399 bool CanUseStructuredIVs() const {return IVRequirement() <= UNIQUE_IV;}
H A Dcryptlib.cpp83 if (!iv && !(IVRequirement() == INTERNALLY_GENERATED_IV || IVRequirement() == UNIQUE_IV || !IsResynchronizable()))

Completed in 126 milliseconds