Searched refs:NameValuePairs (Results 1 - 25 of 139) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase32.cpp11 void Base32Encoder::IsolatedInitialize(const NameValuePairs &parameters)
19 void Base32Decoder::IsolatedInitialize(const NameValuePairs &parameters)
H A Dbase64.h18 void IsolatedInitialize(const NameValuePairs &parameters);
28 void IsolatedInitialize(const NameValuePairs &parameters) {}
H A Dhex.cpp14 void HexEncoder::IsolatedInitialize(const NameValuePairs &parameters)
22 void HexDecoder::IsolatedInitialize(const NameValuePairs &parameters)
H A Dbase32.h19 void IsolatedInitialize(const NameValuePairs &parameters);
30 void IsolatedInitialize(const NameValuePairs &parameters);
H A Dhex.h18 void IsolatedInitialize(const NameValuePairs &parameters);
28 void IsolatedInitialize(const NameValuePairs &parameters);
H A Dauthenc.h17 void UncheckedSetKey(const byte *,unsigned int,const CryptoPP::NameValuePairs &) {assert(false);}
19 void SetKey(const byte *userKey, size_t keylength, const NameValuePairs &params);
33 virtual void SetKeyWithoutResync(const byte *userKey, size_t keylength, const NameValuePairs &params) =0;
H A Dalgparam.h10 //! used to pass byte array input as part of a NameValuePairs object
11 /*! the deepCopy option is used when the NameValuePairs object can't
70 class CRYPTOPP_DLL CombinedNameValuePairs : public NameValuePairs
73 CombinedNameValuePairs(const NameValuePairs &pairs1, const NameValuePairs &pairs2)
79 const NameValuePairs &m_pairs1, &m_pairs2;
86 GetValueHelperClass(const T *pObject, const char *name, const std::type_info &valueType, void *pValue, const NameValuePairs *searchFirst)
92 NameValuePairs::ThrowIfTypeMismatch(m_name, typeid(std::string), *m_valueType);
102 NameValuePairs::ThrowIfTypeMismatch(m_name, typeid(T *), *m_valueType);
124 NameValuePairs
[all...]
H A Dida.h24 void IsolatedInitialize(const NameValuePairs &parameters=g_nullNameValuePairs);
67 void IsolatedInitialize(const NameValuePairs &parameters=g_nullNameValuePairs);
85 void IsolatedInitialize(const NameValuePairs &parameters=g_nullNameValuePairs);
105 void IsolatedInitialize(const NameValuePairs &parameters=g_nullNameValuePairs);
123 void IsolatedInitialize(const NameValuePairs &parameters=g_nullNameValuePairs);
139 void IsolatedInitialize(const NameValuePairs &parameters) {m_possiblePadding = false;}
H A Dseed.h24 void UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params);
H A Doaep.h15 void Pad(RandomNumberGenerator &rng, const byte *raw, size_t inputLength, byte *padded, size_t paddedLength, const NameValuePairs &parameters) const;
16 DecodingResult Unpad(const byte *padded, size_t paddedLength, byte *raw, const NameValuePairs &parameters) const;
H A Dsalsa.h19 void CipherSetKey(const NameValuePairs &params, const byte *key, size_t length);
49 void CipherSetKey(const NameValuePairs &params, const byte *key, size_t length);
H A Dbasecode.h26 void IsolatedInitialize(const NameValuePairs &parameters);
49 void IsolatedInitialize(const NameValuePairs &parameters);
76 void IsolatedInitialize(const NameValuePairs &parameters);
H A Drabin.h31 void AssignFrom(const NameValuePairs &source);
64 void AssignFrom(const NameValuePairs &source);
66 void GenerateRandom(RandomNumberGenerator &rng, const NameValuePairs &alg);
H A Drw.h31 void AssignFrom(const NameValuePairs &source);
60 void AssignFrom(const NameValuePairs &source);
62 void GenerateRandom(RandomNumberGenerator &rng, const NameValuePairs &alg);
H A Dtea.h24 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
63 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
100 void UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)
H A D3way.h24 void UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params);
H A Dbase64.cpp12 void Base64Encoder::IsolatedInitialize(const NameValuePairs &parameters)
H A Dblowfish.h24 void UncheckedSetKey(const byte *key_string, unsigned int keylength, const NameValuePairs &params);
H A Dcamellia.h26 void UncheckedSetKey(const byte *key, unsigned int keylen, const NameValuePairs &params);
H A Ddes.h41 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
67 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
91 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
115 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
H A Dgost.h24 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
H A Dmars.h24 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
H A Drc5.h25 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
H A Drc6.h25 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
H A Dserpent.h24 void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);

Completed in 82 milliseconds

123456