HomeSort by relevance Sort by last modified time
    Searched full:newpasswd (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/security/mmc_security/
assign_password.sh 50 while [ -z "$newpasswd" ]; do
51 read -s -p "New MMC password: " newpasswd; echo
56 if [ "$newpasswd" != "$newpasswd2" ]; then
60 if ! keyctl instantiate $1 "$newpasswd" $2 >/dev/null 2>&1; then
change_password.sh 56 while [ -z "$newpasswd" ]; do
57 read -s -p "New MMC password: " newpasswd; echo
63 if [ "$newpasswd" != "$newpasswd2" ]; then
68 if ! keyctl update $keyid "$oldpasswd$newpasswd"; then
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 170 assertTrue(mSupport.keystoreSetPassword("newpasswd"));
  /external/curl/lib/
url.c 3183 char *newpasswd; local
    [all...]

Completed in 227 milliseconds