Lines Matching full:bin
1 #!/bin/bash
21 echo " d Download permanent_attributes.bin to OTP or RPMB"
31 touch $KEYS/temp.bin
32 echo -n $PRODUCT_ID > $KEYS/product_id.bin
39 # generate certificate.bin and metadata
40 …btool make_atx_certificate --output=avb_keys/pik_certificate.bin --subject=avb_keys/temp.bin --sub…
41 …ol make_atx_certificate --output=avb_keys/psk_certificate.bin --subject=avb_keys/product_id.bin --…
42 …ol make_atx_certificate --output=avb_keys/puk_certificate.bin --subject=avb_keys/product_id.bin --…
43 …vb_keys/metadata.bin --intermediate_key_certificate=avb_keys/pik_certificate.bin --product_key_cer…
45 # Generate permanent_attributes.bin
46 …anent_attributes --output=avb_keys/permanent_attributes.bin --product_id=avb_keys/product_id.bin -…
92 …python $SCRIPTS/avbtool make_vbmeta_image --public_key_metadata $KEYS/metadata.bin ${VBMETA_CMD} -…
100 /usr/bin/expect << EOF
115 …TS/avb-challenge-verify.py raw_unlock_challenge.bin $KEYS/product_id.bin # Generate unlock_challen…
116 …ial.bin --intermediate_key_certificate=$KEYS/pik_certificate.bin --unlock_key_certificate=$KEYS/pu…
146 …penssl dgst -sha256 -out $KEYS/permanent_attributes_cer.bin -sign $2 $KEYS/permanent_attributes.bin
171 Expect_cmd_fastboot "stage ${KEYS}/permanent_attributes.bin"
174 Expect_cmd_fastboot "stage ${KEYS}/permanent_attributes_cer.bin"
186 Expect_cmd_fastboot "get_staged raw_unlock_challenge.bin"
188 Expect_cmd_fastboot "stage unlock_credential.bin"
190 rm raw_unlock_challenge.bin -f
191 rm unlock_challenge.bin -f
192 rm unlock_credential.bin -f