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

  /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/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.cc 156 std::string new_key = kDriveMetadataKeyPrefix + origin.spec() + local
159 write_batch.Put(new_key, itr->value());
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer_unittest.cc 172 bool new_key = (mock_options & MOCK_NEW_KEY); local
173 if (new_key || !key_uploaded) {
175 UploadCertificate(new_key ? "fake_cert" : certificate, _))
185 if (new_key) {
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 1581 KeyParams new_key = {"localhost", "dummy", kNewKey}; local
1688 KeyParams new_key = {"localhost", "dummy", kNewKey}; local
1783 KeyParams new_key = {"localhost", "dummy", kNewKey}; local
    [all...]
  /external/chromium_org/third_party/libpng/
pngwutil.c 1358 png_charp new_key; local
1400 png_charp new_key; local
1460 png_charp new_key = NULL; local
    [all...]
  /external/libpng/
pngwutil.c 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/
pngwutil.c 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/
ctrl_iface.c 1119 char *new_key; local
1148 new_key = os_strchr(new_encr, ' ');
1149 if (new_key == NULL)
1151 *new_key++ = '\0';
1157 ap.key_hex = new_key;
1272 char *new_key; local
1295 new_key = os_strchr(new_encr, ' ');
1296 if (new_key == NULL)
1298 *new_key++ = '\0';
1304 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

Completed in 4307 milliseconds