Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomework-luks.c1716 struct crypt_pbkdf_type good_pbkdf, minimal_pbkdf; in luks_format() local
1752 build_good_pbkdf(&good_pbkdf, hr); in luks_format()
1767 .pbkdf = &good_pbkdf, in luks_format()
1781 r = sym_crypt_set_pbkdf_type(cd, &good_pbkdf); in luks_format()
3529 struct crypt_pbkdf_type good_pbkdf, minimal_pbkdf; in home_passwd_luks() local
3578 build_good_pbkdf(&good_pbkdf, h); in home_passwd_luks()
3597 r = sym_crypt_set_pbkdf_type(setup->crypt_device, &good_pbkdf); in home_passwd_luks()