Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcryptsetup-util.h26 extern const char *(*sym_crypt_get_cipher)(struct crypt_device *cd);
Dcryptsetup-util.c20 const char *(*sym_crypt_get_cipher)(struct crypt_device *cd); variable
/systemd-251/src/home/
Dhomework-luks.c405 if (cipher && !streq_ptr(cipher, sym_crypt_get_cipher(cd))) in luks_setup()
763 cipher = sym_crypt_get_cipher(cd); in crypt_device_to_evp_cipher()
2395 sym_crypt_get_cipher(setup->crypt_device), in home_create_luks()
Dhomework.c753 setup->crypt_device ? sym_crypt_get_cipher(setup->crypt_device) : NULL, in home_extend_embedded_identity()