HomeSort by relevance Sort by last modified time
    Searched refs:newpasswd (Results 1 - 3 of 3) 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
  /external/curl/lib/
url.c 3183 char *newpasswd; local
    [all...]

Completed in 84 milliseconds