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; 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 4955 char *newpasswd = curl_easy_unescape(data, passwdp, 0, NULL); local
    [all...]

Completed in 4137 milliseconds