Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dhash_info.c13 [HASH_ALGO_MD5] = "md5",
40 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
/linux/include/uapi/linux/
H A Dhash_info.h19 HASH_ALGO_MD5, enumerator
/linux/security/integrity/ima/
H A Dima_appraise.c213 return HASH_ALGO_MD5; in ima_get_hash_algo()
217 return HASH_ALGO_MD5; in ima_get_hash_algo()
H A Dima_template.c131 ima_hash_algo != HASH_ALGO_SHA1 && ima_hash_algo != HASH_ALGO_MD5) { in ima_template_setup()
H A Dima_template_lib.c18 if (algo == HASH_ALGO_SHA1 || algo == HASH_ALGO_MD5) in ima_template_hash_algo_allowed()
H A Dima_main.c78 ima_hash_algo = HASH_ALGO_MD5; in hash_setup()