HomeSort by relevance Sort by last modified time
    Searched refs:new_password (Results 1 - 20 of 20) sorted by null

  /external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py 30 new_password = 'this_is_a_new_password'
31 cryptohome.change_password(test_user, test_password, new_password)
34 cryptohome.mount_vault(test_user, new_password)
  /external/wpa_supplicant_8/src/eap_peer/
eap_mschapv2.c 299 if (config && config->new_password) {
311 nt_password_hash(config->new_password,
319 bin_clear_free(config->new_password,
322 config->password = config->new_password;
325 config->new_password = NULL;
486 if (config->new_password == NULL) {
519 const u8 *username, *password, *new_password;
528 new_password = eap_get_config_new_password(sm, &new_password_len);
529 if (username == NULL || password == NULL || new_password == NULL)
554 new_password, new_password_len
    [all...]
eap_config.h 677 * new_password - New password for password update
683 u8 *new_password; member in struct:eap_peer_config
686 * new_password_len - Length of new_password field
eap.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.h 50 const u8 *new_password, size_t new_password_len,
56 const u8 *new_password, size_t new_password_len,
ms_funcs.c 463 * @new_password: 0-to-256-unicode-char NewPassword (IN; UTF-8)
464 * @new_password_len: Length of new_password
471 const u8 *new_password, size_t new_password_len,
479 if (encrypt_pw_block_with_password_hash(new_password, new_password_len,
508 * @new_password: 0-to-256-unicode-char NewPassword (IN; UTF-8)
509 * @new_password_len: Length of new_password
516 const u8 *new_password, size_t new_password_len,
524 nt_password_hash(new_password, new_password_len,
  /external/nos/host/generic/nugget/include/
app_nugget.h 127 struct nugget_app_password new_password; member in struct:nugget_app_change_update_password
  /external/toybox/toys/lsb/
passwd.c 83 static char *new_password(char *oldp, char *user) function
157 newp = new_password(orig, name);
  /external/nos/host/android/hals/authsecret/test/
test.cpp 66 return memcmp(msg->new_password.password, pwd, NUGGET_UPDATE_PASSWORD_LEN) == 0
67 && msg->new_password.digest == checksum;
  /system/tpm/tpm_manager/server/
tpm_initializer_impl.cc 183 BYTE new_password[0]; local
185 policy_handle, TSS_SECRET_MODE_PLAIN, 0, new_password))) {
  /external/nos/host/android/hals/authsecret/
AuthSecret.cpp 87 msg->new_password = password;
  /external/nos/host/generic/citadel/updater/
updater.cpp 659 memcpy(&s->new_password.password, new_pw, len);
660 s->new_password.digest =
661 compute_digest(&s->new_password.password,
662 sizeof(s->new_password.password));
  /system/tpm/trunks/
tpm_utility.h 162 // |key_handle| to |new_password|. |delegate| is an AuthorizationDelegate
168 const std::string& new_password,
tpm_utility_impl.h 87 const std::string& new_password,
trunks_factory_for_test.cc 207 const std::string& new_password,
210 return target_->ChangeKeyAuthorizationData(key_handle, new_password,
tpm_utility_test.cc 1068 std::string new_password; local
1085 std::string new_password; local
1095 std::string new_password; local
1105 std::string new_password; local
    [all...]
tpm_utility_impl.cc 698 const std::string& new_password,
723 TPM2B_AUTH new_auth = Make_TPM2B_DIGEST(new_password);
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 332 static int new_password(char *buf, int buflen) function
593 if (new_password(new_pw, new_pw_len) < 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c     [all...]
config.c     [all...]

Completed in 256 milliseconds