Home
last modified time | relevance | path

Searched refs:newpasswd2 (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/security/mmc_security/
Dassign_password.sh53 while [ -z "$newpasswd2" ]; do
54 read -s -p "Retype MMC password: " newpasswd2; echo
56 if [ "$newpasswd" != "$newpasswd2" ]; then
Dchange_password.sh60 while [ -z "$newpasswd2" ]; do
61 read -s -p "Retype MMC password: " newpasswd2; echo
63 if [ "$newpasswd" != "$newpasswd2" ]; then