Home
last modified time | relevance | path

Searched refs:oid (Results 1 – 19 of 19) sorted by relevance

/trusted-firmware-a/tools/cert_create/src/tbbr/
A Dtbb_ext.c63 .oid = HW_CONFIG_HASH_OID,
73 .oid = FW_CONFIG_HASH_OID,
107 .oid = SCP_FW_HASH_OID,
217 .oid = SP_PKG1_HASH_OID,
227 .oid = SP_PKG2_HASH_OID,
237 .oid = SP_PKG3_HASH_OID,
247 .oid = SP_PKG4_HASH_OID,
257 .oid = SP_PKG5_HASH_OID,
267 .oid = SP_PKG6_HASH_OID,
277 .oid = SP_PKG7_HASH_OID,
[all …]
/trusted-firmware-a/fdts/
A Dcot_descriptors.dtsi27 oid = HW_CONFIG_HASH_OID;
30 oid = FW_CONFIG_HASH_OID;
65 oid = SCP_FW_HASH_OID;
157 oid = SP_PKG1_HASH_OID;
160 oid = SP_PKG2_HASH_OID;
163 oid = SP_PKG3_HASH_OID;
166 oid = SP_PKG4_HASH_OID;
169 oid = SP_PKG5_HASH_OID;
172 oid = SP_PKG6_HASH_OID;
175 oid = SP_PKG7_HASH_OID;
[all …]
/trusted-firmware-a/tools/cert_create/src/dualroot/
A Dcot.c288 .oid = SCP_FW_HASH_OID,
380 .oid = SP_PKG1_HASH_OID,
390 .oid = SP_PKG2_HASH_OID,
400 .oid = SP_PKG3_HASH_OID,
410 .oid = SP_PKG4_HASH_OID,
420 .oid = SP_PKG5_HASH_OID,
430 .oid = SP_PKG6_HASH_OID,
440 .oid = SP_PKG7_HASH_OID,
450 .oid = SP_PKG8_HASH_OID,
483 .oid = FWU_HASH_OID,
[all …]
/trusted-firmware-a/tools/nxp/cert_create_helper/src/
A Dpdef_tbb_ext.c27 .oid = DDR_FW_CONTENT_CERT_PK_OID,
35 .oid = DDR_IMEM_UDIMM_1D_HASH_OID,
44 .oid = DDR_IMEM_UDIMM_2D_HASH_OID,
53 .oid = DDR_DMEM_UDIMM_1D_HASH_OID,
62 .oid = DDR_DMEM_UDIMM_2D_HASH_OID,
71 .oid = DDR_IMEM_RDIMM_1D_HASH_OID,
80 .oid = DDR_IMEM_RDIMM_2D_HASH_OID,
89 .oid = DDR_DMEM_RDIMM_1D_HASH_OID,
98 .oid = DDR_DMEM_RDIMM_2D_HASH_OID,
/trusted-firmware-a/plat/nxp/common/tbbr/
A Dx509_tbbr.c34 const char *oid; in plat_get_nv_ctr() local
41 oid = (const char *)cookie; in plat_get_nv_ctr()
42 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
44 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
66 const char *oid; in plat_set_nv_ctr() local
76 oid = (const char *)cookie; in plat_set_nv_ctr()
77 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
79 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
/trusted-firmware-a/plat/arm/board/fvp/
A Dfvp_trusted_boot.c48 const char *oid; in plat_set_nv_ctr() local
53 oid = (const char *)cookie; in plat_set_nv_ctr()
54 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
57 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
/trusted-firmware-a/plat/arm/board/fvp_r/
A Dfvp_r_trusted_boot.c50 const char *oid; in plat_set_nv_ctr() local
55 oid = (const char *)cookie; in plat_set_nv_ctr()
56 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
59 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
/trusted-firmware-a/lib/fconf/
A Dfconf_cot_getter.c149 static void set_auth_method(auth_method_type_t auth_method_type, char *oid, in set_auth_method() argument
177 auth_param_type_desc->cookie = (void *)oid; in set_auth_method()
204 *oid = pool_alloc(&oid_pool); in get_oid()
205 rc = fdtw_read_string(dtb, node, "oid", *oid, MAX_OID_NAME_LEN); in get_oid()
228 char *oid = NULL; in populate_and_set_auth_methods() local
239 oid = NULL; in populate_and_set_auth_methods()
241 rc = get_oid(dtb, node, "signing-key", &oid); in populate_and_set_auth_methods()
250 rc = get_oid(dtb, node, "hash", &oid); in populate_and_set_auth_methods()
261 set_auth_method(auth_method_type, oid, in populate_and_set_auth_methods()
265 rc = get_oid(dtb, node, "antirollback-counter", &oid); in populate_and_set_auth_methods()
[all …]
/trusted-firmware-a/plat/brcm/board/common/
A Dboard_arm_trusted_boot.c581 const char *oid; in plat_get_nv_ctr() local
589 oid = (const char *)cookie; in plat_get_nv_ctr()
590 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_get_nv_ctr()
592 else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_get_nv_ctr()
607 const char *oid; in plat_set_nv_ctr() local
612 oid = (const char *)cookie; in plat_set_nv_ctr()
613 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_set_nv_ctr()
615 else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_set_nv_ctr()
/trusted-firmware-a/plat/arm/board/common/
A Dboard_arm_trusted_boot.c194 const char *oid; in plat_get_nv_ctr() local
200 oid = (const char *)cookie; in plat_get_nv_ctr()
201 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
204 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dcot-binding.rst.txt105 - oid
119 - oid
142 oid = TRUSTED_WORLD_PK_OID;
145 oid = NON_TRUSTED_WORLD_PK_OID;
156 oid = SCP_FW_CONTENT_CERT_PK_OID;
295 - oid
316 oid = TRUSTED_FW_NVCOUNTER_OID;
322 oid = NON_TRUSTED_FW_NVCOUNTER_OID;
/trusted-firmware-a/docs/components/
A Dcot-binding.rst105 - oid
119 - oid
142 oid = TRUSTED_WORLD_PK_OID;
145 oid = NON_TRUSTED_WORLD_PK_OID;
156 oid = SCP_FW_CONTENT_CERT_PK_OID;
295 - oid
316 oid = TRUSTED_FW_NVCOUNTER_OID;
322 oid = NON_TRUSTED_FW_NVCOUNTER_OID;
/trusted-firmware-a/tools/cert_create/src/
A Dmain.c46 #define CHECK_OID(v, oid) \ argument
48 v = OBJ_txt2nid(oid); \
50 ERROR("Cannot find extension %s\n", oid); \
490 CHECK_OID(ext_nid, ext->oid); in main()
A Dext.c90 if (ext->oid == NULL) {
93 nid = OBJ_create(ext->oid, ext->sn, ext->ln);
/trusted-firmware-a/drivers/auth/mbedtls/
A Dmbedtls_x509_parser.c72 static int get_ext(const char *oid, void **ext, unsigned int *ext_len) in get_ext() argument
83 assert(oid != NULL); in get_ext()
120 if ((oid_len == strlen(oid_str)) && !strcmp(oid, oid_str)) { in get_ext()
A Dmbedtls_common.mk32 oid.c \
/trusted-firmware-a/tools/cert_create/include/
A Dext.h32 const char *oid; /* OID of the extension */ member
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …:[6,8,10,16,28,38,53,70,80,81,119,136],offset_address:38,often:[50,53,127],oid:[9,36,53],ok:[86,92…
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex23713 \item[{oid}] \leavevmode
23740 \item[{oid}] \leavevmode
23780 \PYG{+w}{ }\PYG{n}{oid}\PYG{+w}{ }\PYG{o}{=}\PYG{+w}{ }\PYG{n}{TRUSTED\PYGZus{}WORLD\PYG…
23783 \PYG{+w}{ }\PYG{n}{oid}\PYG{+w}{ }\PYG{o}{=}\PYG{+w}{ }\PYG{n}{NON\PYGZus{}TRUSTED\PYGZu…
23794 \PYG{+w}{ }\PYG{n}{oid}\PYG{+w}{ }\PYG{o}{=}\PYG{+w}{ }\PYG{n}{SCP\PYGZus{}FW\PYGZus{}CO…
24019 \item[{oid}] \leavevmode
24055 \PYG{+w}{ }\PYG{n}{oid}\PYG{+w}{ }\PYG{o}{=}\PYG{+w}{ }\PYG{n}{TRUSTED\PYGZus{}FW\PYGZus{}NV…
24061 \PYG{+w}{ }\PYG{n}{oid}\PYG{+w}{ }\PYG{o}{=}\PYG{+w}{ }\PYG{n}{NON\PYGZus{}TRUSTED\PYGZus{}F…

Completed in 112 milliseconds