| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inftrees.c | 38 unsigned root; /* number of index bits for root table */ in inflate_table() local 108 root = *bits; in inflate_table() 111 if (root > max) root = max; in inflate_table() 123 if (root < min) root = min; in inflate_table() 197 curr = root; /* current table index bits */ in inflate_table() 200 used = 1U << root; /* use root table entries */ in inflate_table() 253 if (len > root && (huff & mask) != low) { in inflate_table() 256 drop = root; in inflate_table() 280 (*table)[low].bits = (unsigned char)root; in inflate_table() 297 *bits = root; in inflate_table()
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | libfdt.mk | 9 libfdt-root := $(patsubst %/,%,$(dir $(libfdt-mk))) 11 include $(libfdt-root)/Makefile.libfdt 13 LIBFDT_SRCS := $(addprefix $(libfdt-root)/,$(LIBFDT_SRCS)) 14 INCLUDES += -I$(libfdt-root)
|
| /rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/ |
| H A D | template.hbs | 4 {{> tf-a-note-section root=@root header=(tf-a-concat "### ⚠ " title) topLevel=true }} 8 {{> tf-a-commit-section root=@root header=(tf-a-concat "### " title) topLevel=true }}
|
| H A D | note-section.hbs | 5 {{#tf-a-mdlist 0}}{{> tf-a-note root=@root showScope=../topLevel }}{{/tf-a-mdlist}} 11 …{{#tf-a-mdlist 0}}{{> tf-a-note-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-…
|
| H A D | commit-section.hbs | 6 {{#tf-a-mdlist 0}}{{> commit root=@root showScope=../topLevel }}{{/tf-a-mdlist ~}} 13 …{{#tf-a-mdlist 0}}{{> tf-a-commit-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-…
|
| H A D | header.hbs | 5 {{~/if}} {{#if @root.linkCompare~}} 6 [{{version}}]({{> compareUrl root=@root}})
|
| H A D | commit.hbs | 11 {{~#if hash }} {{#if @root.linkReferences ~}} 12 ([{{ shortHash }}]({{> commitUrl root=@root }}))
|
| H A D | note.hbs | 3 **See:** {{#with commit }}{{> commit root=@root showScope=../showScope }}{{/with}}
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | cot-binding.rst | 14 This is root node which contains 'manifests' and 'images' as sub-nodes 40 - root-certificate 45 using root of trust public key. 59 This property is required for all non-root certificates. 61 This property is not required for root-certificates 62 as root-certificates are validated using root of trust 70 For non-root certificates, this property is used to refer 72 required property for all non-root certificates which are 75 This property is not required for all root-certificates. If 76 omitted, the root certificate will be validated using the [all …]
|
| /rk3399_ARM-atf/tools/cert_create/src/dualroot/ |
| H A D | cot.mk | 7 PLAT_MSG := Dual root of trust
|
| /rk3399_ARM-atf/tools/cert_create/src/cca/ |
| H A D | cot.mk | 7 PLAT_MSG := Confidential Compute Architecture root of trust
|
| /rk3399_ARM-atf/tools/cot_dt2c/tests/ |
| H A D | test_invalid_missing_attribute.dtsi | 16 root-certificate; 28 root-certificate;
|
| H A D | test_invalid_undefined_parent.dtsi | 16 root-certificate; 29 root-certificate;
|
| H A D | test_invalid_bracket.dtsi | 16 root-certificate;
|
| H A D | test_invalid_missing_ctr.dtsi | 17 root-certificate;
|
| H A D | test2.dtsi | 23 root-certificate;
|
| H A D | test.dtsi | 19 root-certificate;
|
| /rk3399_ARM-atf/fdts/ |
| H A D | dualroot_cot_descriptors.dts | 16 root-certificate; 35 root-certificate; 122 root-certificate; 157 root-certificate;
|
| H A D | cca_cot_descriptors.dts | 16 root-certificate; 44 root-certificate; 69 root-certificate;
|
| H A D | stm32mp1-cot-descriptors.dtsi | 16 root-certificate; 30 root-certificate;
|
| /rk3399_ARM-atf/docs/ |
| H A D | Makefile | 27 $(if $(host-poetry),$(q)poetry -q install --no-root --with=docs)
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | memmap.py | 66 root: Optional[Path], 72 obj.build_path = root if root is not None else Path("build", platform, build_type)
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_spmd_manifest.c | 96 int root) in manifest_parse_root() argument 102 node = fdt_subnode_offset_namelen(fdt, root, ATTRIBUTE_ROOT_NODE_STR, in manifest_parse_root()
|
| /rk3399_ARM-atf/plat/arm/board/common/protpk/ |
| H A D | README | 2 root-of-trust key.
|
| /rk3399_ARM-atf/plat/arm/board/common/swd_rotpk/ |
| H A D | README | 2 root-of-trust key used in the CCA chain of trust.
|