Home
last modified time | relevance | path

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

/external/tpm2-tss/script/
Dint-log-compiler-ptpm.sh96 TPMSTATE_FILE2=${TEST_BIN}_state2
119 G_MESSAGES_DEBUG=all ./test/helper/tpm_dumpstate>$TPMSTATE_FILE2
126 if [ "$(cat $TPMSTATE_FILE1)" != "$(cat $TPMSTATE_FILE2)" ]; then
130 echo "State after ($TPMSTATE_FILE2):"
131 cat $TPMSTATE_FILE2
Dint-log-compiler.sh344 TPMSTATE_FILE2=${TEST_BIN}_state2
372 G_MESSAGES_DEBUG=all ./test/helper/tpm_dumpstate>$TPMSTATE_FILE2
379 if [ "$(cat $TPMSTATE_FILE1)" != "$(cat $TPMSTATE_FILE2)" ]; then
383 echo "State after ($TPMSTATE_FILE2):"
384 cat $TPMSTATE_FILE2
398 G_MESSAGES_DEBUG=all ./test/helper/tpm_dumpstate>$TPMSTATE_FILE2
405 if [ "$(cat $TPMSTATE_FILE1)" != "$(cat $TPMSTATE_FILE2)" ]; then
409 echo "State after ($TPMSTATE_FILE2):"
410 cat $TPMSTATE_FILE2