Home
last modified time | relevance | path

Searched refs:newpasswd (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/security/mmc_security/
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
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
/external/curl/lib/
Durl.c5161 char *newpasswd; in parse_url_login() local
5162 result = Curl_urldecode(data, passwdp, 0, &newpasswd, NULL, FALSE); in parse_url_login()
5168 *passwd = newpasswd; in parse_url_login()