Home
last modified time | relevance | path

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

/systemd-251/src/integritysetup/
Dintegrity-util.c10 static int supported_integrity_algorithm(char *user_supplied) { in supported_integrity_algorithm() argument
11 if (!STR_IN_SET(user_supplied, "crc32", "crc32c", "sha1", "sha256", "hmac-sha256")) in supported_integrity_algorithm()
12 …rn log_error_errno(SYNTHETIC_ERRNO(EINVAL), "Unsupported integrity algorithm (%s)", user_supplied); in supported_integrity_algorithm()