Home
last modified time | relevance | path

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

/linux-4.1.27/security/integrity/ima/
Dima_api.c296 char algo_hash[sizeof(hash) + strlen(algo_name) + 2]; in ima_audit_measurement() local
314 snprintf(algo_hash, sizeof(algo_hash), "%s:%s", algo_name, hash); in ima_audit_measurement()
315 audit_log_untrustedstring(ab, algo_hash); in ima_audit_measurement()