/tf-a-ffa_el3_spmc/tools/cert_create/src/tbbr/ |
A D | tbb_ext.c | 63 .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 …]
|
/tf-a-ffa_el3_spmc/fdts/ |
A D | cot_descriptors.dtsi | 27 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 …]
|
/tf-a-ffa_el3_spmc/plat/nxp/common/tbbr/ |
A D | x509_tbbr.c | 34 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()
|
/tf-a-ffa_el3_spmc/tools/nxp/cert_create_helper/src/ |
A D | pdef_tbb_ext.c | 27 .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,
|
/tf-a-ffa_el3_spmc/tools/cert_create/src/dualroot/ |
A D | cot.c | 288 .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 …]
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/ |
A D | fvp_trusted_boot.c | 48 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()
|
/tf-a-ffa_el3_spmc/lib/fconf/ |
A D | fconf_cot_getter.c | 149 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 …]
|
/tf-a-ffa_el3_spmc/plat/brcm/board/common/ |
A D | board_arm_trusted_boot.c | 580 const char *oid; in plat_get_nv_ctr() local 588 oid = (const char *)cookie; in plat_get_nv_ctr() 589 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_get_nv_ctr() 591 else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_get_nv_ctr() 606 const char *oid; in plat_set_nv_ctr() local 611 oid = (const char *)cookie; in plat_set_nv_ctr() 612 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_set_nv_ctr() 614 else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_set_nv_ctr()
|
/tf-a-ffa_el3_spmc/plat/arm/board/common/ |
A D | board_arm_trusted_boot.c | 194 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()
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | cot-binding.rst | 105 - 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;
|
/tf-a-ffa_el3_spmc/tools/cert_create/include/ |
A D | ext.h | 32 const char *oid; /* OID of the extension */ member
|
/tf-a-ffa_el3_spmc/tools/cert_create/src/ |
A D | main.c | 46 #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 D | ext.c | 90 if (ext->oid == NULL) { 93 nid = OBJ_create(ext->oid, ext->sn, ext->ln);
|
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_x509_parser.c | 72 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 D | mbedtls_common.mk | 32 oid.c \
|