Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dmd5_sha1_sum.c170 char hash_algo; in hash_file() local
177 hash_algo = applet_name[3]; in hash_file()
180 if (ENABLE_MD5SUM && hash_algo == HASH_MD5) { in hash_file()
186 else if (ENABLE_SHA1SUM && hash_algo == HASH_SHA1) { in hash_file()
192 else if (ENABLE_SHA256SUM && hash_algo == HASH_SHA256) { in hash_file()
198 else if (ENABLE_SHA512SUM && hash_algo == HASH_SHA512) { in hash_file()
205 else if (ENABLE_SHA3SUM && hash_algo == HASH_SHA3) { in hash_file()