Searched refs:bus_message_append_secret (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/home/ |
D | home-util.h | 31 int bus_message_append_secret(sd_bus_message *m, UserRecord *secret);
|
D | home-util.c | 113 int bus_message_append_secret(sd_bus_message *m, UserRecord *secret) { in bus_message_append_secret() function
|
D | homectl.c | 589 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()
|
D | pam_systemd_home.c | 616 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()
|