HomeSort by relevance Sort by last modified time
    Searched refs:new_key (Results 1 - 18 of 18) sorted by null

  /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 94 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 223 virtual void allUsesReplacedWith(Value *new_key) {
224 assert(isa<KeySansPointerT>(new_key) &&
232 KeyT typed_new_key = cast<KeySansPointerT>(new_key);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 1104 char *new_key; local
1133 new_key = os_strchr(new_encr, ' ');
1134 if (new_key == NULL)
1136 *new_key++ = '\0';
1142 ap.key_hex = new_key;
1257 char *new_key; local
1280 new_key = os_strchr(new_encr, ' ');
1281 if (new_key == NULL)
1283 *new_key++ = '\0';
1289 ap.key_hex = new_key;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 208 unsigned char new_key; member in struct:_XkbRedirectKeyAction
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 208 unsigned char new_key; member in struct:_XkbRedirectKeyAction
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 208 unsigned char new_key; member in struct:_XkbRedirectKeyAction
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h     [all...]

Completed in 386 milliseconds