Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dhash_info.c18 [HASH_ALGO_MD5] = "md5",
39 [HASH_ALGO_MD5] = MD5_DIGEST_SIZE,
/linux-4.1.27/include/uapi/linux/
Dhash_info.h18 HASH_ALGO_MD5, enumerator
/linux-4.1.27/crypto/asymmetric_keys/
Dmscode_parser.c92 ctx->digest_algo = HASH_ALGO_MD5; in mscode_note_digest_algo()
Drsa.c77 [HASH_ALGO_MD5] = _(MD5),
Dpkcs7_parser.c193 ctx->sinfo->sig.pkey_hash_algo = HASH_ALGO_MD5; in pkcs7_sig_note_digest_algo()
Dx509_cert_parser.c191 ctx->cert->sig.pkey_hash_algo = HASH_ALGO_MD5; in x509_note_pkey_algo()
/linux-4.1.27/security/integrity/ima/
Dima_appraise.c156 hash->algo = HASH_ALGO_MD5; in ima_get_hash_algo()
160 hash->algo = HASH_ALGO_MD5; in ima_get_hash_algo()
Dima_template.c73 ima_hash_algo != HASH_ALGO_SHA1 && ima_hash_algo != HASH_ALGO_MD5) { in ima_template_setup()
Dima_main.c54 ima_hash_algo = HASH_ALGO_MD5; in hash_setup()
Dima_template_lib.c21 if (algo == HASH_ALGO_SHA1 || algo == HASH_ALGO_MD5) in ima_template_hash_algo_allowed()