Searched refs:m_key (Results 26 - 35 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhash.h125 long GetKeyInteger() const { return m_key.integer; }
126 const wxChar* GetKeyString() const { return m_key.string; }
139 wxHashKeyValue m_key; member in class:wxHashTableBase_Node
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.h95 : m_key( keyname ),
143 virtual const wxString& GetKey() { return m_key; }
168 wxString m_key; member in class:Cfg_Base
H A DUPnPBase.h62 std::string m_key; member in class:CUPnPPortMapping
81 { return m_key; }
H A DUPnPBase.cpp75 m_key()
80 m_key = m_protocol + m_port;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpanama.cpp442 memcpy(m_key, key, 32);
450 this->Iterate(1, m_key);
H A Dcamellia.cpp65 m_key.New(kslen*2);
66 word32 *ks32 = m_key.data();
201 const word32 *ks = m_key.data();
H A Dpubkey.h1287 PrivateKey & AccessPrivateKey() {return m_key;}
1288 PublicKey & AccessPublicKey() {return m_key;}
1291 const KEY & GetKey() const {return m_key;}
1292 KEY & AccessKey() {return m_key;}
1295 typename BASE::KeyInterface & AccessKeyInterface() {return m_key;}
1296 const typename BASE::KeyInterface & GetKeyInterface() const {return m_key;}
1311 KEY m_key; member in class:DL_ObjectImplBase
H A Dsosemanuk.cpp19 Serpent_KeySchedule(m_key, 24, userKey, keylen);
31 const word32 *k = m_key;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3412 void SetKey(int k) { m_key = k; }
3435 int GetKey() const { return m_key; }
3468 int m_key; member in class:wxStyledTextEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp3360 m_key = 0;
3390 m_key = event.m_key;

Completed in 186 milliseconds

12