Searched refs:luks_pbkdf_hash_algorithm (Results 1 – 3 of 3) sorted by relevance
313 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()
310 char *luks_pbkdf_hash_algorithm; member
169 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()