Searched refs:luks_cipher (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/home/ |
D | user-record-util.c | 276 const char *luks_cipher, in user_record_add_binding() argument 320 if (luks_cipher) { in user_record_add_binding() 321 lc = strdup(luks_cipher); in user_record_add_binding() 338 … JSON_BUILD_PAIR_CONDITION(!!luks_cipher, "luksCipher", JSON_BUILD_STRING(luks_cipher)), in user_record_add_binding() 391 free_and_replace(h->luks_cipher, lc); in user_record_add_binding()
|
D | user-record-util.h | 27 … partition_uuid, sd_id128_t luks_uuid, sd_id128_t fs_uuid, const char *luks_cipher, const char *lu…
|
D | homework-luks.c | 1394 h->luks_cipher, in home_setup_luks()
|
/systemd-251/src/shared/ |
D | user-record-show.c | 304 if (hr->luks_cipher) in user_record_show() 305 printf(" LUKS Cipher: %s\n", hr->luks_cipher); in user_record_show()
|
D | user-record.c | 167 free(h->luks_cipher); in user_record_free() 1045 …IANT_STRING, json_dispatch_string, offsetof(UserRecord, luks_cipher), JSON… in dispatch_binding() 1200 …ING, json_dispatch_string, offsetof(UserRecord, luks_cipher), … in dispatch_per_machine() 1552 …ING, json_dispatch_string, offsetof(UserRecord, luks_cipher), … in user_record_load() 1806 return h->luks_cipher ?: "aes"; in user_record_luks_cipher()
|
D | user-record.h | 307 char *luks_cipher; member
|