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

  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service.cc 142 std::string new_key; local
146 kEncryptedPassword, &new_key);
160 new_key,
  /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());
  /system/keymaster/
asymmetric_key.cpp 154 RsaKey* new_key = new RsaKey(rsa_key.release(), authorizations, logger); local
155 *error = new_key ? KM_ERROR_OK : KM_ERROR_MEMORY_ALLOCATION_FAILED;
156 return new_key;
331 DsaKey* new_key = new DsaKey(dsa_key.release(), authorizations, logger); local
332 *error = new_key ? KM_ERROR_OK : KM_ERROR_MEMORY_ALLOCATION_FAILED;
333 return new_key;
493 EcdsaKey* new_key = new EcdsaKey(ecdsa_key.release(), authorizations, logger); local
494 *error = new_key ? KM_ERROR_OK : KM_ERROR_MEMORY_ALLOCATION_FAILED;
495 return new_key;
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer_unittest.cc 134 bool new_key = (mock_options & MOCK_NEW_KEY); local
135 if (new_key || !key_uploaded) {
137 UploadCertificate(new_key ? "fake_cert" : certificate, _))
147 if (new_key) {
  /external/chromium_org/chrome/browser/chromeos/login/auth/
parallel_authenticator.cc 176 scoped_ptr<Key> new_key = local
181 new_key->GetSecret(),
188 new_key->GetSecret(),
  /external/qemu/qobject/
qdict.c 484 char *new_key; local
493 new_key = NULL;
497 new_key = g_strdup_printf("%s.%s", prefix, entry->key);
504 new_key ? new_key : entry->key);
509 qdict_put_obj(target, new_key, value);
513 g_free(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/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.c 264 sctp_key_t *new_key; local
266 SCTP_MALLOC(new_key, sctp_key_t *, sizeof(*new_key) + keylen,
268 if (new_key == NULL) {
272 new_key->keylen = keylen;
273 return (new_key);
336 sctp_key_t *new_key; local
338 new_key = sctp_alloc_key(keylen);
339 if (new_key == NULL) {
343 SCTP_READ_RANDOM(new_key->key, keylen)
351 sctp_key_t *new_key; local
423 sctp_key_t *new_key; local
478 sctp_sharedkey_t *new_key; local
1456 sctp_key_t *new_key; local
1996 sctp_key_t *new_key; local
    [all...]
sctp_pcb.c 7005 sctp_key_t *new_key; local
    [all...]
  /external/libpng/
pngwutil.c 675 * The 'new_key' buffer must be 80 characters in size (for the keyword plus a
680 png_check_keyword(png_structrp png_ptr, png_const_charp key, png_bytep new_key)
691 *new_key = 0;
700 *new_key++ = ch, ++key_len, space = 0;
707 *new_key++ = 32, ++key_len, space = 1;
720 --key_len, --new_key;
726 *new_key = 0;
1582 png_byte new_key[80]; local
1625 png_byte new_key[81]; local
1678 png_byte new_key[82]; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwutil.c 1358 png_charp new_key; local
1400 png_charp new_key; local
1460 png_charp new_key = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 236 struct data_key *new_key; member in struct:ieee802_1x_mka_participant
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 1231 char *new_key; local
1260 new_key = os_strchr(new_encr, ' ');
1261 if (new_key == NULL)
1263 *new_key++ = '\0';
1269 ap.key_hex = new_key;
1384 char *new_key; local
1407 new_key = os_strchr(new_encr, ' ');
1408 if (new_key == NULL)
1410 *new_key++ = '\0';
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 208 unsigned char new_key; member in struct:_XkbRedirectKeyAction
  /external/chromium_org/v8/src/
hydrogen.cc 8275 HValue* new_key = loop.BeginBody( local
    [all...]

Completed in 846 milliseconds