Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 62) sorted by relevance

123

/rk3399_ARM-atf/lib/zlib/
H A Dinftrees.c38 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 Dlibfdt.mk9 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 Dtemplate.hbs4 {{> 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 Dnote-section.hbs5 {{#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 Dcommit-section.hbs6 {{#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 Dheader.hbs5 {{~/if}} {{#if @root.linkCompare~}}
6 [{{version}}]({{> compareUrl root=@root}})
H A Dcommit.hbs11 {{~#if hash }} {{#if @root.linkReferences ~}}
12 ([{{ shortHash }}]({{> commitUrl root=@root }}))
H A Dnote.hbs3 **See:** {{#with commit }}{{> commit root=@root showScope=../showScope }}{{/with}}
/rk3399_ARM-atf/docs/components/
H A Dcot-binding.rst14 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 Dcot.mk7 PLAT_MSG := Dual root of trust
/rk3399_ARM-atf/tools/cert_create/src/cca/
H A Dcot.mk7 PLAT_MSG := Confidential Compute Architecture root of trust
/rk3399_ARM-atf/tools/cot_dt2c/tests/
H A Dtest_invalid_missing_attribute.dtsi16 root-certificate;
28 root-certificate;
H A Dtest_invalid_undefined_parent.dtsi16 root-certificate;
29 root-certificate;
H A Dtest_invalid_bracket.dtsi16 root-certificate;
H A Dtest_invalid_missing_ctr.dtsi17 root-certificate;
H A Dtest2.dtsi23 root-certificate;
H A Dtest.dtsi19 root-certificate;
/rk3399_ARM-atf/fdts/
H A Ddualroot_cot_descriptors.dts16 root-certificate;
35 root-certificate;
122 root-certificate;
157 root-certificate;
H A Dcca_cot_descriptors.dts16 root-certificate;
44 root-certificate;
69 root-certificate;
H A Dstm32mp1-cot-descriptors.dtsi16 root-certificate;
30 root-certificate;
/rk3399_ARM-atf/docs/
H A DMakefile27 $(if $(host-poetry),$(q)poetry -q install --no-root --with=docs)
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmemmap.py66 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 Dplat_spmd_manifest.c96 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 DREADME2 root-of-trust key.
/rk3399_ARM-atf/plat/arm/board/common/swd_rotpk/
H A DREADME2 root-of-trust key used in the CCA chain of trust.

123