Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/integrity/ima/src/
Dima_boot_aggregate.c52 unsigned char boot_aggregate[SHA_DIGEST_LENGTH]; in main() local
118 memset(&boot_aggregate, 0, SHA_DIGEST_LENGTH); in main()
127 SHA1_Final(boot_aggregate, &c); in main()
130 display_sha1_digest(boot_aggregate); in main()
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_tpm.sh21 local boot_aggregate boot_hash line
36 boot_aggregate=$(ima_boot_aggregate $tpm_bios | grep "boot_aggregate:" | cut -d':' -f2)
37 if [ "${boot_hash}" = "${boot_aggregate}" ]; then