Searched refs:proto_array_declaration (Results 1 – 1 of 1) sorted by relevance
| /external/pigweed/pw_software_update/py/pw_software_update/ |
| D | generate_test_bundle.py | 93 def proto_array_declaration(proto, name: str) -> str: function 371 proto_array_declaration(dev_signed_bundle, 'kTestDevBundle')) 373 proto_array_declaration(dev_signed_bundle_with_root, 376 proto_array_declaration(unsigned_bundle_with_root, 379 proto_array_declaration(dev_signed_bundle_with_prod_root, 382 proto_array_declaration(manifest_proto, 'kTestBundleManifest')) 383 header.write(proto_array_declaration(dev_signed_root, 386 proto_array_declaration(prod_signed_bundle, 'kTestProdBundle')) 388 proto_array_declaration(mismatched_root_key_and_signature_bundle, 391 proto_array_declaration(signed_bad_prod_signature_bundle, [all …]
|