Searched refs:algo_hash (Results 1 – 1 of 1) sorted by relevance
312 char algo_hash[sizeof(hash) + strlen(algo_name) + 2]; in ima_audit_measurement() local330 snprintf(algo_hash, sizeof(algo_hash), "%s:%s", algo_name, hash); in ima_audit_measurement()331 audit_log_untrustedstring(ab, algo_hash); in ima_audit_measurement()