Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomework.c40 int user_record_authenticate( in user_record_authenticate() function
632 r = user_record_authenticate(embedded_home, h, cache, /* strict_verify= */ true); in home_load_embedded_identity()
883 r = user_record_authenticate(h, h, &cache, /* strict_verify= */ false); in home_activate()
1586 r = user_record_authenticate(h, h, &cache, /* strict_verify= */ true); in home_update()
1650 r = user_record_authenticate(h, h, &cache, /* strict_verify= */ true); in home_resize()
1768 r = user_record_authenticate(h, h, &cache, /* strict_verify= */ false); in home_inspect()
1838 r = user_record_authenticate(h, h, &cache, /* strict_verify= */ false); in home_unlock()
Dhomework.h92 int user_record_authenticate(UserRecord *h, UserRecord *secret, PasswordCache *cache, bool strict_v…
Dhomework-luks.c909 r = user_record_authenticate(lhr, h, cache, /* strict_verify= */ true); in luks_validate_home_record()