Searched refs:NOT_RESYNCHRONIZABLE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dseckey.h65 template <unsigned int N, unsigned int IV_REQ = SimpleKeyingInterface::NOT_RESYNCHRONIZABLE, unsigned int IV_L = 0>
79 template <unsigned int D, unsigned int N, unsigned int M, unsigned int Q = 1, unsigned int IV_REQ = SimpleKeyingInterface::NOT_RESYNCHRONIZABLE, unsigned int IV_L = 0>
113 template <class T, unsigned int IV_REQ = SimpleKeyingInterface::NOT_RESYNCHRONIZABLE, unsigned int IV_L = 0>
H A Dmodes.h186 IV_Requirement IVRequirement() const {return NOT_RESYNCHRONIZABLE;}
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
393 bool IsResynchronizable() const {return IVRequirement() < NOT_RESYNCHRONIZABLE;}

Completed in 68 milliseconds