/external/srtp/crypto/include/ |
key.h | 63 key_limit_clone(key_limit_t original, key_limit_t *new_key);
|
/external/srtp/crypto/kernel/ |
key.c | 64 key_limit_clone(key_limit_t original, key_limit_t *new_key) { 67 *new_key = original;
|
/external/chromium/chrome/browser/chromeos/login/ |
ownership_service.h | 60 virtual void StartUpdateOwnerKey(const std::vector<uint8>& new_key, 122 const std::vector<uint8>& new_key,
|
ownership_service.cc | 105 void OwnershipService::StartUpdateOwnerKey(const std::vector<uint8>& new_key, 115 new_key, 172 const std::vector<uint8>& new_key, 175 service->manager()->UpdateOwnerKey(thread_id, new_key, d);
|
/external/chromium/chrome/browser/policy/ |
device_policy_cache.cc | 59 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/ |
splay-tree-inl.h | 177 const Key& new_key) { 182 Splay(new_key); 183 int cmp = Config::Compare(new_key, root_->key_); 189 node_to_move->key_ = new_key;
|
splay-tree.h | 92 bool Move(const Key& old_key, const Key& new_key);
|
/external/libpng/ |
pngwutil.c | 1358 png_charp new_key; local 1400 png_charp new_key; local 1460 png_charp new_key = NULL; local [all...] |
CHANGES | 193 fixed typecasts of "new_key", etc. (Andreas Dilger) [all...] |
png.h | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwutil.c | 1334 png_charp new_key; local 1376 png_charp new_key; local 1434 png_charp new_lang, new_key; local [all...] |
png.h | [all...] |
/external/llvm/include/llvm/ADT/ |
ValueMap.h | 220 virtual void allUsesReplacedWith(Value *new_key) { 221 assert(isa<KeySansPointerT>(new_key) && 229 KeyT typed_new_key = cast<KeySansPointerT>(new_key);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 489 char *new_key; local 518 new_key = os_strchr(new_encr, ' '); 519 if (new_key == NULL) 521 *new_key++ = '\0'; 527 ap.key_hex = new_key; 642 char *new_key; local 665 new_key = os_strchr(new_encr, ' '); 666 if (new_key == NULL) 668 *new_key++ = '\0'; 674 ap.key_hex = new_key; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 208 unsigned char new_key; member in struct:_XkbRedirectKeyAction
|