Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/integrity/ima/src/
H A Dima_boot_aggregate.c36 static unsigned char boot_aggregate[SHA_DIGEST_LENGTH]; variable
109 memset(&boot_aggregate, 0, SHA_DIGEST_LENGTH); in do_test()
118 SHA1_Final(boot_aggregate, &c); in do_test()
121 display_sha1_digest(boot_aggregate); in do_test()
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_tpm.sh196 local boot_aggregate
221 boot_aggregate=$($cmd | grep "$ALGORITHM:" | cut -d':' -f2)
222 if [ -z "$boot_aggregate" ]; then
226 tst_res TINFO "IMA boot aggregate: '$boot_aggregate'"
228 if [ "$DIGEST" = "$boot_aggregate" ]; then

Completed in 1 milliseconds