Searched refs:CFB_CipherTemplate (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 Dstrciphr.cpp153 void CFB_CipherTemplate<BASE>::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)
169 void CFB_CipherTemplate<BASE>::Resynchronize(const byte *iv, int length)
177 void CFB_CipherTemplate<BASE>::ProcessData(byte *outString, const byte *inString, size_t length)
H A Dstrciphr.h12 either AdditiveCipherTemplate or CFB_CipherTemplate using the policy. So for example, an
19 AdditiveCipherTemplate and CFB_CipherTemplate are designed so that they don't need
234 class CRYPTOPP_NO_VTABLE CFB_CipherTemplate : public BASE class in inherits:BASE
256 class CRYPTOPP_NO_VTABLE CFB_EncryptionTemplate : public CFB_CipherTemplate<BASE>
263 class CRYPTOPP_NO_VTABLE CFB_DecryptionTemplate : public CFB_CipherTemplate<BASE>
301 CRYPTOPP_DLL_TEMPLATE_CLASS CFB_CipherTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, SymmetricCipher> >; variable
H A Dmodes.h291 CRYPTOPP_DLL_TEMPLATE_CLASS CFB_CipherTemplate<AbstractPolicyHolder<CFB_CipherAbstractPolicy, CFB_ModePolicy> >; variable

Completed in 48 milliseconds