HomeSort by relevance Sort by last modified time
    Searched refs:pKey (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/compile/mclinker/lib/LD/
ResolveInfoFactory.cpp 18 ResolveInfoFactory::produce(const ResolveInfoFactory::key_type& pKey)
21 malloc(sizeof(entry_type)+pKey.size()+1));
26 std::memcpy(result->m_Name, pKey.data(), pKey.size());
27 result->m_Name[pKey.size()] = '\0';
29 result->m_BitField |= (pKey.size() << ResolveInfo::NAME_LENGTH_OFFSET);
ResolveInfo.cpp 221 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey)
224 if (length != pKey.size())
226 return (0 == std::memcmp(m_Name, pKey.data(), length));
  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 77 entry_type* insert(const key_type& pKey, bool& pExist);
80 size_type erase(const key_type& pKey);
83 /// find - finds an element with key pKey
85 iterator find(const key_type& pKey);
87 /// find - finds an element with key pKey, constant version
89 const_iterator find(const key_type& pKey) const;
91 size_type count(const key_type& pKey) const;
111 chain_iterator begin(const key_type& pKey);
112 chain_iterator end(const key_type& pKey);
113 const_chain_iterator begin(const key_type& pKey) const
    [all...]
StringHash.h 43 size_t operator()(const llvm::StringRef& pKey) const
55 size_t operator()(const llvm::StringRef& pKey) const
61 for(unsigned int i = 0; i < pKey.size(); ++i) {
62 hash_val = hash_val * a + pKey[i];
75 size_t operator()(const llvm::StringRef& pKey) const
79 for(unsigned int i = 0; i < pKey.size(); ++i) {
80 hash_val ^= ((hash_val << 5) + pKey[i] + (hash_val >> 2));
92 size_t operator()(const llvm::StringRef& pKey) const
101 for(unsigned int i = 0; i < pKey.size(); ++i) {
102 hash_val = (hash_val << OneEighth) + pKey[i]
    [all...]
HashEntry.h 48 HashEntry(const KeyType& pKey);
67 bool compare(const key_type& pKey);
86 HashEntryTy* produce(const key_type& pKey);
HashBase.h 108 unsigned int lookUpBucketFor(const key_type& pKey);
110 /// findKey - finds an element with key pKey
112 int findKey(const key_type& pKey) const;
HashIterator.h 36 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey)
39 m_HashValue = pTable->hash()(pKey);
48 if (bucket.Entry->compare(pKey)) {
292 const typename IteratorBase::key_type& pKey,
294 : IteratorBase(pTable, pKey)
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 46 DataType* find(const KeyType& pKey) {
47 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
53 const DataType* find(const KeyType& pKey) const {
54 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey);
60 DataType* produce(const KeyType& pKey, bool& pExist) {
61 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
68 f_KeyMap.insert(std::make_pair(pKey, data));
73 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) {
74 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
81 f_KeyMap.insert(std::make_pair(pKey, data))
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfoFactory.h 29 entry_type* produce(const key_type& pKey);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainSecSm.c 84 TI_STATUS mainSec_setKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
85 TI_STATUS mainSec_removeKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
307 TI_STATUS mainSec_setKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey)
311 if ((pMainSec == NULL) || (pKey == NULL))
316 if (pKey->keyType != KEY_NULL)
318 TRACE6(pMainSec->hReport, REPORT_SEVERITY_INFORMATION, "MAIN_SEC_SM: setting key #%d, value = 0x%X 0x%X 0x%X 0x%X 0x%X\n", pKey->keyIndex, (TI_UINT8)pKey->encKey[0], (TI_UINT8)pKey->encKey[1], (TI_UINT8)pKey->encKey[2], (TI_UINT8)pKey->encKey[3], (TI_UINT8)pKey->encKey[4])
    [all...]
mainKeysSmInternal.h 102 TI_STATUS mainKeys_setKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
103 TI_STATUS mainKeys_removeKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
105 TI_STATUS mainKeys_getSessionKey(struct _mainKeys_t *pMainKeys, TI_UINT8 *pKey, TI_UINT32 *pKeyLen);
mainKeysSm.h 75 typedef TI_STATUS (*mainKeysSmSetKey_t)(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
76 typedef TI_STATUS (*mainKeysSmRemoveKey_t)(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
78 typedef TI_STATUS (*mainKeysSmGetSessionKey_t)(struct _mainKeys_t *pMainKeys, TI_UINT8 *pKey, TI_UINT32 *pKeyLen);
mainSecSm.h 71 typedef TI_STATUS (*mainSecSmSetSessionKey_t)(struct _mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8 keyLen);
72 typedef TI_STATUS (*mainSecSmGetSessionKey_t)(struct _mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT32* pKeyLen);
73 typedef TI_STATUS (*mainSecSmSetKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
74 typedef TI_STATUS (*mainSecSmRemoveKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
mainSecKeysOnly.h 98 TI_STATUS mainSecKeysOnly_setSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8 keyLen);
100 TI_STATUS mainSecKeysOnly_getSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT32* pKeyLen);
rsn.h 94 typedef TI_STATUS (*rsn_setKey_t)(rsn_t *pMainSec, TSecurityKeys *pKey);
95 typedef TI_STATUS (*rsn_removeKey_t)(rsn_t *pMainSec, TSecurityKeys *pKey);
200 TI_STATUS rsn_setKey(rsn_t *pMainSec, TSecurityKeys *pKey);
202 TI_STATUS rsn_removeKey(rsn_t *pMainSec, TSecurityKeys *pKey);
rsn.c     [all...]
mainSecKeysOnly.c 264 TI_STATUS mainSecKeysOnly_setSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8 keyLen)
266 os_memoryCopy(pMainSec->hOs, pMainSec->sessionKey, pKey, keyLen);
290 TI_STATUS mainSecKeysOnly_getSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT32* pKeyLen)
292 os_memoryCopy(pMainSec->hOs, pKey, pMainSec->sessionKey, pMainSec->sessionKeyLen);
  /frameworks/wilhelm/src/itf/
IMetadataExtraction.c 72 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey)
76 if (NULL == pKey) {
83 index, keySize, pKey);
147 SLuint32 keySize, const void *pKey, SLuint32 keyEncoding,
152 if (NULL == pKey || NULL == pValueLangCountry || (filterMask & ~(SL_METADATA_FILTER_KEY |
159 thiz->mKey = pKey;
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 57 size_t operator()(const int* pKey) const
59 return (unsigned((uintptr_t)pKey) >> 4) ^
60 (unsigned((uintptr_t)pKey) >> 9);
66 size_t operator()(int pKey) const
67 { return pKey; }
72 size_t operator()(int pKey) const
73 { return pKey % 3; }
298 size_t operator()(int pKey) const {
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c     [all...]
CmdBld.h 85 TI_STATUS cmdBld_CmdAddWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
86 TI_STATUS cmdBld_CmdRemoveWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
88 TI_STATUS cmdBld_CmdAddWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
89 TI_STATUS cmdBld_CmdRemoveWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
90 TI_STATUS cmdBld_CmdAddTkipMicMappingKey(TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
91 TI_STATUS cmdBld_CmdRemoveTkipMicMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
92 TI_STATUS cmdBld_CmdAddAesMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
93 TI_STATUS cmdBld_CmdRemoveAesMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
95 TI_STATUS cmdBld_CmdAddGemMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
96 TI_STATUS cmdBld_CmdRemoveGemMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb)
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 305 S32 CuCommon_AddKey(THandle hCuCommon, OS_802_11_WEP* pKey)
313 key.Length = pKey->Length;
314 key.KeyIndex = (pKey->KeyIndex & 0x80000000) | (pKey->KeyIndex & 0x3FFFFFFF);
315 key.KeyLength = pKey->KeyLength;
316 os_memcpy(key.KeyMaterial, pKey->KeyMaterial, pKey->KeyLength);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java 468 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey,
480 kss[i].setEntry(aliases[j], pKey, pPath);
493 Key key = pKey.getPrivateKey();
538 kss[i].setEntry("ZZZ", pKey, pPath);
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.h 92 * input pointers != NULL (pItemCount, pKeySize, pKey, pValueSize, pValue)
104 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey);
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
wpa_core.h 55 S32 WpaCore_AddKey(THandle hWpaCore, OS_802_11_WEP* pKey);

Completed in 314 milliseconds

1 2 3