Home
last modified time | relevance | path

Searched refs:luks_pbkdf_hash_algorithm (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Duser-record-show.c313 if (hr->luks_pbkdf_hash_algorithm) in user_record_show()
314 printf(" PBKDF Hash: %s\n", hr->luks_pbkdf_hash_algorithm); in user_record_show()
Duser-record.h310 char *luks_pbkdf_hash_algorithm; member
Duser-record.c169 free(h->luks_pbkdf_hash_algorithm); in user_record_free()
1203 … json_dispatch_string, offsetof(UserRecord, luks_pbkdf_hash_algorithm), JS… in dispatch_per_machine()
1555 … json_dispatch_string, offsetof(UserRecord, luks_pbkdf_hash_algorithm), JS… in user_record_load()
1867 return h->luks_pbkdf_hash_algorithm ?: "sha512"; in user_record_luks_pbkdf_hash_algorithm()