Searched defs:from_key (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/chromeos/dbus/ |
H A D | fake_cryptohome_client.cc | 68 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 D | cryptohome_client_stub.cc | 55 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 D | key.c | 1156 key_cert_copy(const Key *from_key, struct Key *to_key) argument 1167 if ((from = from_key->cert) == NULL)
|
/external/grub/stage2/ |
H A D | builtins.c | 3722 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