Home
last modified time | relevance | path

Searched refs:newpasswd (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/security/mmc_security/
H A Dchange_password.sh56 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
H A Dassign_password.sh50 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

Completed in 1 milliseconds