Searched refs:user_pin (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chromeos/ |
D | tpm_token_loader.cc | 260 const std::string& user_pin, in OnPkcs11GetTpmTokenInfo() argument 270 tpm_user_pin_ = user_pin; in OnPkcs11GetTpmTokenInfo()
|
D | tpm_token_loader.h | 92 const std::string& user_pin,
|
/external/chromium_org/chromeos/dbus/ |
D | cryptohome_client.cc | 1048 std::string user_pin; in OnPkcs11GetTpmTokenInfo() local 1049 if (!reader.PopString(&label) || !reader.PopString(&user_pin)) { in OnPkcs11GetTpmTokenInfo() 1055 callback.Run(DBUS_METHOD_CALL_SUCCESS, label, user_pin, kDefaultSlot); in OnPkcs11GetTpmTokenInfo() 1068 std::string user_pin; in OnPkcs11GetTpmTokenInfoForUser() local 1070 if (!reader.PopString(&label) || !reader.PopString(&user_pin) || in OnPkcs11GetTpmTokenInfoForUser() 1076 callback.Run(DBUS_METHOD_CALL_SUCCESS, label, user_pin, slot); in OnPkcs11GetTpmTokenInfoForUser()
|
D | cryptohome_client.h | 72 const std::string& user_pin,
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_io_data.cc | 270 const std::string& user_pin, in DidGetTPMInfoForUserOnUIThread() argument
|