Searched refs:luks_cipher_mode (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/home/ |
D | user-record-util.c | 277 const char *luks_cipher_mode, in user_record_add_binding() argument 326 if (luks_cipher_mode) { in user_record_add_binding() 327 lcm = strdup(luks_cipher_mode); in user_record_add_binding() 339 …JSON_BUILD_PAIR_CONDITION(!!luks_cipher_mode, "luksCipherMode", JSON_BUILD_STRING(luks_cipher_mode… in user_record_add_binding() 393 free_and_replace(h->luks_cipher_mode, lcm); in user_record_add_binding()
|
D | user-record-util.h | 27 …luks_uuid, sd_id128_t fs_uuid, const char *luks_cipher, const char *luks_cipher_mode, uint64_t luk…
|
D | homework-luks.c | 1395 h->luks_cipher_mode, in home_setup_luks()
|
/systemd-251/src/shared/ |
D | user-record-show.c | 306 if (hr->luks_cipher_mode) in user_record_show() 307 printf(" Cipher Mode: %s\n", hr->luks_cipher_mode); in user_record_show()
|
D | user-record.c | 168 free(h->luks_cipher_mode); in user_record_free() 1046 …T_STRING, json_dispatch_string, offsetof(UserRecord, luks_cipher_mode), JSON_SA… in dispatch_binding() 1201 …, json_dispatch_string, offsetof(UserRecord, luks_cipher_mode), … in dispatch_per_machine() 1553 …, json_dispatch_string, offsetof(UserRecord, luks_cipher_mode), … in user_record_load() 1812 return h->luks_cipher_mode ?: "xts-plain64"; in user_record_luks_cipher_mode()
|
D | user-record.h | 308 char *luks_cipher_mode; member
|