Home
last modified time | relevance | path

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

/systemd-251/src/home/
Duser-record-util.c276 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()
Duser-record-util.h27 … partition_uuid, sd_id128_t luks_uuid, sd_id128_t fs_uuid, const char *luks_cipher, const char *lu…
Dhomework-luks.c1394 h->luks_cipher, in home_setup_luks()
/systemd-251/src/shared/
Duser-record-show.c304 if (hr->luks_cipher) in user_record_show()
305 printf(" LUKS Cipher: %s\n", hr->luks_cipher); in user_record_show()
Duser-record.c167 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()
Duser-record.h307 char *luks_cipher; member