HomeSort by relevance Sort by last modified time
    Searched refs:tpmc (Results 1 - 4 of 4) sorted by null

  /external/vboot_reference/utility/
tpm-nvsize 18 if /usr/bin/tpmc definespace 0xf004 $(printf "0x%x" $try) 0x1 \
37 echo running tpmc definespace 0xf004 0x1 0x1
38 /usr/bin/tpmc definespace 0xf004 0x1 0x1
chromeos-tpm-recovery 14 tpmc=${USR_BIN:=/usr/bin}/tpmc
72 $tpmc clear
73 $tpmc enable
74 $tpmc activate
161 if $tpmc definespace $test_space $size $perm_ppwrite; then
178 $tpmc definespace $index $size $permissions
190 observed_permissions=$($tpmc getp $index | $awk '{print $5;}')
197 if ! $tpmc read 0x1008 0x5 | grep -q " 4c 57 52 47[ ]*$"; then
206 if ! $tpmc read $index $size > /dev/null; the
    [all...]
chromeos-tpm-recovery-test 31 tpmc=./tpmc
34 tpmc=tpmc
47 # build tpmc
48 cat > tpmc <<"EOF"
50 # Fake tpmc program
152 echo "tpmc: invalid command $1"
239 tpmc clear
240 tpmc enabl
    [all...]
  /external/vboot_reference/
Makefile 548 utility/tpmc
    [all...]

Completed in 769 milliseconds