Searched refs:sym_crypt_get_cipher (Results 1 – 4 of 4) sorted by relevance
26 extern const char *(*sym_crypt_get_cipher)(struct crypt_device *cd);
20 const char *(*sym_crypt_get_cipher)(struct crypt_device *cd); variable
405 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()
753 setup->crypt_device ? sym_crypt_get_cipher(setup->crypt_device) : NULL, in home_extend_embedded_identity()