Searched defs:from_key (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_cryptohome_client.cc68 const std::string& from_key,
66 AsyncMigrateKey( const std::string& username, const std::string& from_key, const std::string& to_key, const AsyncMethodCallback& callback) argument
H A Dcryptohome_client_stub.cc55 const std::string& from_key,
53 AsyncMigrateKey( const std::string& username, const std::string& from_key, const std::string& to_key, const AsyncMethodCallback& callback) argument
/external/openssh/
H A Dkey.c1156 key_cert_copy(const Key *from_key, struct Key *to_key) argument
1167 if ((from = from_key->cert) == NULL)
/external/grub/stage2/
H A Dbuiltins.c3722 char *to_key, *from_key;
3764 from_key = skip_to (0, to_key);
3774 else if (! *from_key)
3782 nul_terminate (from_key);
3785 from_code = find_ascii_code (from_key);
3790 from_code = find_key_code (from_key);
3672 char *to_key, *from_key; local

Completed in 77 milliseconds