Searched refs:user_record_authenticate (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/home/ |
D | homework.c | 40 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()
|
D | homework.h | 92 int user_record_authenticate(UserRecord *h, UserRecord *secret, PasswordCache *cache, bool strict_v…
|
D | homework-luks.c | 909 r = user_record_authenticate(lhr, h, cache, /* strict_verify= */ true); in luks_validate_home_record()
|