Searched refs:algo_hash (Results 1 – 1 of 1) sorted by relevance
296 char algo_hash[sizeof(hash) + strlen(algo_name) + 2]; in ima_audit_measurement() local314 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()