Home
last modified time | relevance | path

Searched refs:bus_message_append_secret (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/home/
Dhome-util.h31 int bus_message_append_secret(sd_bus_message *m, UserRecord *secret);
Dhome-util.c113 int bus_message_append_secret(sd_bus_message *m, UserRecord *secret) { in bus_message_append_secret() function
Dhomectl.c589 r = bus_message_append_secret(m, secret); in activate_home()
814 r = bus_message_append_secret(m, secret); in authenticate_home()
1628 r = bus_message_append_secret(m, hr); in update_home()
1664 r = bus_message_append_secret(m, hr); in update_home()
1737 r = bus_message_append_secret(m, new_secret); in passwd_home()
1741 r = bus_message_append_secret(m, old_secret); in passwd_home()
1842 r = bus_message_append_secret(m, secret); in resize_home()
1916 r = bus_message_append_secret(m, secret); in unlock_home()
1979 r = bus_message_append_secret(m, secret); in with_home()
Dpam_systemd_home.c616 r = bus_message_append_secret(m, secret); in acquire_home()
1093 r = bus_message_append_secret(m, new_secret); in pam_sm_chauthtok()
1097 r = bus_message_append_secret(m, old_secret); in pam_sm_chauthtok()