Home
last modified time | relevance | path

Searched refs:DIGEST (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_tpm.sh25 DIGEST=$(echo "$tmp" | cut -d'|' -f2)
182 local zero=$(echo $DIGEST | awk '{gsub(/./, "0")}; {print}')
184 if [ "$DIGEST" = "$zero" ]; then
187 tst_res TFAIL "bios boot aggregate is not $zero ($DIGEST), kernel didn't export TPM 2.0 files for TPM device?"
228 if [ "$DIGEST" = "$boot_aggregate" ]; then
231 tst_res TFAIL "bios boot aggregate does not match IMA boot aggregate ($DIGEST)"

Completed in 1 milliseconds