Searched refs:make_atx_permanent_attributes (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/ |
| H A D | avb_user_tool.sh | 46 …python $SCRIPTS/avbtool make_atx_permanent_attributes --output=avb_keys/permanent_attributes.bin -…
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 3285 def make_atx_permanent_attributes(self, output, root_authority_key_path, member in Avb 3946 sub_parser.set_defaults(func=self.make_atx_permanent_attributes) 4128 def make_atx_permanent_attributes(self, args): member in AvbTool 4130 self.avb.make_atx_permanent_attributes(args.output,
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 3881 def make_atx_permanent_attributes(self, output, root_authority_key_path, member in Avb 4671 sub_parser.set_defaults(func=self.make_atx_permanent_attributes) 4894 def make_atx_permanent_attributes(self, args): member in AvbTool 4896 self.avb.make_atx_permanent_attributes(args.output,
|