Searched defs:new_key (Results 1 - 8 of 8) sorted by relevance

/external/srtp/crypto/kernel/
H A Dkey.c64 key_limit_clone(key_limit_t original, key_limit_t *new_key) { argument
67 *new_key = original;
/external/chromium/chrome/browser/chromeos/login/
H A Downership_service.cc105 void OwnershipService::StartUpdateOwnerKey(const std::vector<uint8>& new_key, argument
115 new_key,
172 const std::vector<uint8>& new_key,
175 service->manager()->UpdateOwnerKey(thread_id, new_key, d);
170 UpdateOwnerKey(OwnershipService* service, const BrowserThread::ID thread_id, const std::vector<uint8>& new_key, OwnerManager::KeyUpdateDelegate* d) argument
/external/chromium/chrome/browser/policy/
H A Ddevice_policy_cache.cc59 const std::string& new_key = policy_.new_public_key(); variable
60 const std::vector<uint8> new_key_data(new_key.c_str(),
61 new_key.c_str() + new_key.size());
/external/v8/src/
H A Dsplay-tree-inl.h177 const Key& new_key) {
182 Splay(new_key);
183 int cmp = Config::Compare(new_key, root_->key_);
189 node_to_move->key_ = new_key;
176 Move(const Key& old_key, const Key& new_key) argument
/external/llvm/include/llvm/ADT/
H A DValueMap.h218 virtual void allUsesReplacedWith(Value *new_key) { argument
219 assert(isa<KeySansPointerT>(new_key) &&
227 KeyT typed_new_key = cast<KeySansPointerT>(new_key);
/external/libpng/
H A Dpngwutil.c1224 * The new_key is allocated to hold the corrected keyword and must be freed
1229 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) argument
1238 *new_key = NULL;
1248 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1249 if (*new_key == NULL)
1256 for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++)
1280 kp = *new_key + key_len - 1;
1293 kp = *new_key;
1308 for (kflag = 0, dp = *new_key; *kp != '\0'; kp++)
1332 png_free(png_ptr, *new_key);
1358 png_charp new_key; local
1400 png_charp new_key; local
1460 png_charp new_key = NULL; local
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwutil.c1201 * The new_key is allocated to hold the corrected keyword and must be freed
1206 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) argument
1214 *new_key = NULL;
1224 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1225 if (*new_key == NULL)
1232 for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++)
1256 kp = *new_key + key_len - 1;
1269 kp = *new_key;
1284 for (kflag = 0, dp = *new_key; *kp != '\0'; kp++)
1308 png_free(png_ptr, *new_key);
1334 png_charp new_key; local
1376 png_charp new_key; local
1434 png_charp new_lang, new_key; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c550 char *new_key; local
579 new_key = os_strchr(new_encr, ' ');
580 if (new_key == NULL)
582 *new_key++ = '\0';
588 ap.key_hex = new_key;
703 char *new_key; local
726 new_key = os_strchr(new_encr, ' ');
727 if (new_key == NULL)
729 *new_key++ = '\0';
735 ap.key_hex = new_key;
[all...]

Completed in 1367 milliseconds