/trusted-firmware-m-3.7.0/interface/src/multi_core/ |
D | tfm_multi_core_psa_ns_api.c | 44 uint32_t version; in psa_framework_version() local 49 (int32_t *)&version); in psa_framework_version() 51 version = PSA_VERSION_NONE; in psa_framework_version() 54 return version; in psa_framework_version() 60 uint32_t version; in psa_version() local 67 (int32_t *)&version); in psa_version() 69 version = PSA_VERSION_NONE; in psa_version() 72 return version; in psa_version() 75 psa_handle_t psa_connect(uint32_t sid, uint32_t version) in psa_connect() argument 82 params.psa_connect_params.version = version; in psa_connect()
|
/trusted-firmware-m-3.7.0/lib/ext/tf-m-tests/ |
D | read_version.cmake | 8 if(NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/version.txt) 9 message(WARNING "tf-m-tests version.txt doesn't exist") 13 # Parse the version number after "version=" 14 file(STRINGS ${CMAKE_CURRENT_LIST_DIR}/version.txt VERSION_STRING REGEX "^version=[A-Za-z0-9]*") 16 string(REPLACE "version=" "" TFM_TESTS_VERSION ${VERSION_STRING})
|
D | version.txt | 7 # This file tracks the recommended tf-m-tests version to verify TF-M. 8 # Developers should keep the version value up to date to make sure it fits current TF-M version. 11 version=TF-Mv2.1.0
|
/trusted-firmware-m-3.7.0/bl1/bl1_2/scripts/ |
D | create_bl2_img.py | 35 version = [0, 0, 0, 0] 38 version[3] = int(split[1]) 41 version[i] = int(split[i]) 43 return struct_pack([version[0].to_bytes(1, "little"), 44 version[1].to_bytes(1, "little"), 45 version[2].to_bytes(2, "little"), 46 version[3].to_bytes(4, "little")]) 131 version = parse_version(args.img_version) variable 151 version, 162 version,
|
/trusted-firmware-m-3.7.0/docs/ |
D | conf.py | 33 version = check_output("git describe --tags --always", variable 36 _v = vrex.match(version) 39 version = release + "+" + _v.group('GIT_SHA')[:7] variable 42 version = release = 'Unknown'
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/ns_agent_tz/ |
D | psa_api_veneers.c | 76 psa_handle_t tfm_psa_connect_veneer(uint32_t sid, uint32_t version) in tfm_psa_connect_veneer() argument 82 ret = psa_connect(sid, version); in tfm_psa_connect_veneer() 102 psa_handle_t tfm_psa_connect_veneer(uint32_t sid, uint32_t version) in tfm_psa_connect_veneer() argument 105 (void)version; in tfm_psa_connect_veneer()
|
D | psa_api_veneers_v80m.c | 186 psa_handle_t tfm_psa_connect_veneer(uint32_t sid, uint32_t version) in tfm_psa_connect_veneer() argument 262 psa_handle_t tfm_psa_connect_veneer(uint32_t sid, uint32_t version) in tfm_psa_connect_veneer() argument
|
/trusted-firmware-m-3.7.0/cmake/ |
D | version.cmake | 17 # only hence checking it for a tag format to accept as valid version. 29 # Check that manually set version is up to date 31 … "TFM_VERSION_MANUAL mismatches to actual TF-M version. Please update TFM_VERSION_MANUAL in cmake/…
|
/trusted-firmware-m-3.7.0/secure_fw/spm/core/ |
D | spm_ipc.c | 125 uint32_t version) in tfm_spm_check_client_version() argument 131 if (version > service->p_ldinf->version) { in tfm_spm_check_client_version() 136 if (version != service->p_ldinf->version) { in tfm_spm_check_client_version() 187 uint32_t sid, version, index; in spm_get_idle_connection() local 217 version = GET_VERSION_FROM_STATIC_HANDLE(handle); in spm_get_idle_connection() 219 if (tfm_spm_check_client_version(service, version) != PSA_SUCCESS) { in spm_get_idle_connection()
|
D | psa_connection_api.c | 20 psa_status_t tfm_spm_client_psa_connect(uint32_t sid, uint32_t version) in tfm_spm_client_psa_connect() argument 29 status = spm_psa_connect_client_id_associated(&p_connection, sid, version, client_id); in tfm_spm_client_psa_connect() 38 uint32_t sid, uint32_t version, int32_t client_id) in spm_psa_connect_client_id_associated() argument 71 if (tfm_spm_check_client_version(service, version) != PSA_SUCCESS) { in spm_psa_connect_client_id_associated()
|
D | mailbox_agent_api.c | 57 psa_handle_t tfm_spm_agent_psa_connect(uint32_t sid, uint32_t version, in tfm_spm_agent_psa_connect() argument 72 status = spm_psa_connect_client_id_associated(&p_connection, sid, version, ns_client_id); in tfm_spm_agent_psa_connect()
|
D | psa_interface_sfn.c | 112 psa_handle_t psa_connect(uint32_t sid, uint32_t version) in psa_connect() argument 124 stat = tfm_spm_client_psa_connect(sid, version); in psa_connect() 297 psa_handle_t agent_psa_connect(uint32_t sid, uint32_t version, in agent_psa_connect() argument 310 stat = tfm_spm_agent_psa_connect(sid, version, ns_client_id, client_data); in agent_psa_connect()
|
D | tfm_rpc.c | 60 uint32_t version, in tfm_rpc_psa_connect() argument 66 return agent_psa_connect(sid, version, ns_client_id, client_data); in tfm_rpc_psa_connect()
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/fw_update_agent/ |
D | fwu_agent.c | 43 uint32_t version; member 67 uint32_t version; member 280 uint32_t calculated_crc32 = crc32((uint8_t *)&(p_metadata->version), in metadata_validate() 612 _metadata.version = 1; in fwu_metadata_provision() 622 _metadata.img_entry[i].img_props[BANK_0].version = image_version; in fwu_metadata_provision() 625 _metadata.img_entry[i].img_props[BANK_1].version = INVALID_VERSION; in fwu_metadata_provision() 629 _metadata.crc_32 = crc32((uint8_t *)&_metadata.version, in fwu_metadata_provision() 745 uint32_t version) in flash_full_capsule() argument 753 , __func__, images, size, version); in flash_full_capsule() 764 if (version <= in flash_full_capsule() [all …]
|
D | uefi_capsule_parser.c | 40 uint32_t version; member 47 uint32_t version; member 157 images_info->version[i] = fmp_payload_header->fw_version; in uefi_capsule_retrieve_images() 159 images_info->version[i]); in uefi_capsule_retrieve_images()
|
/trusted-firmware-m-3.7.0/interface/src/ |
D | tfm_tz_psa_ns_api.c | 55 psa_handle_t psa_connect(uint32_t sid, uint32_t version) in psa_connect() argument 57 return tfm_ns_interface_dispatch((veneer_fn)tfm_psa_connect_veneer, sid, version, 0, 0); in psa_connect()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/lib/runtime/ |
D | psa_api_ipc.c | 77 psa_handle_t psa_connect(uint32_t sid, uint32_t version) in psa_connect() argument 79 return PART_METADATA()->psa_fns->psa_connect(sid, version); in psa_connect() 164 psa_handle_t agent_psa_connect(uint32_t sid, uint32_t version, in agent_psa_connect() argument 167 return PART_METADATA()->psa_fns->agent_psa_connect(sid, version, in agent_psa_connect()
|
/trusted-firmware-m-3.7.0/docs/design_docs/booting/ |
D | secure_boot_rollback_protection.rst | 12 an older version of its software, which has been deprecated due to security 20 - Manifest data: Metadata of the software image: size, version, hash, 60 The aim of a security counter is to have an independent (from the image version) 63 was fixed in the current version. Later when this image is installed on the 65 to handle this counter independently from image main version number: 73 However, as an alternative solution the image version number also could serve 74 as the security counter of the image. Even the version number itself could be 76 counter could be derived from the image main version. It is the responsibility 96 or version counters as a counter with the following properties: 98 - It must only be possible to increment a version counter through a Trusted [all …]
|
/trusted-firmware-m-3.7.0/bl2/ext/mcuboot/scripts/wrapper/ |
D | wrapper.py | 93 def wrap(key, align, version, header_size, pad_header, layout, pad, confirm, argument 119 img = imgtool.image.Image(version=imgtool.version.decode_version(version),
|
/trusted-firmware-m-3.7.0/docs/cmake/ |
D | FindSphinx.cmake | 28 # SPHINX_VERSION = The version reported by "sphinx-build --version" 81 #Get Sphinx version 82 execute_process(COMMAND "${SPHINX_EXECUTABLE}" "--version" OUTPUT_VARIABLE _SPHINX_VERSION OUTPUT_S…
|
/trusted-firmware-m-3.7.0/interface/include/mbedtls/ |
D | pkcs7.h | 109 int MBEDTLS_PRIVATE(version); 124 int MBEDTLS_PRIVATE(version);
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/protected_storage/ |
D | ps_object_table.c | 40 uint32_t version; /*!< File version */ 62 uint8_t version; /*!< PS object system version. */ member 619 init_ctx->p_table[PS_OBJ_TABLE_IDX_0]->version) { in ps_object_table_validate_version() 624 init_ctx->p_table[PS_OBJ_TABLE_IDX_1]->version) { in ps_object_table_validate_version() 838 p_table->version = PS_OBJECT_SYSTEM_VERSION; in ps_object_table_create() 970 .version = 0U, in ps_object_table_set_obj_tbl_info() 998 p_table->obj_db[idx].version = obj_tbl_info->version; in ps_object_table_set_obj_tbl_info() 1034 obj_tbl_info->version = p_table->obj_db[idx].version; in ps_object_table_get_obj_tbl_info()
|
D | ps_object_system.c | 52 obj->header.version = 0; in ps_init_empty_object() 114 g_ps_object.header.version != g_obj_tbl_info.version) { in ps_read_object() 145 g_ps_object.header.version++; in ps_write_object() 148 g_obj_tbl_info.version = g_ps_object.header.version; in ps_write_object()
|
/trusted-firmware-m-3.7.0/bl1/bl1_2/ |
D | main.c | 52 image->protected_values.version.major, in collect_boot_measurement() 53 image->protected_values.version.minor, in collect_boot_measurement() 54 image->protected_values.version.revision, in collect_boot_measurement() 55 image->protected_values.version.build_num, in collect_boot_measurement()
|
/trusted-firmware-m-3.7.0/secure_fw/spm/include/interface/ |
D | runtime_defs.h | 44 psa_handle_t (*psa_connect)(uint32_t sid, uint32_t version); 73 psa_handle_t (*agent_psa_connect)(uint32_t sid, uint32_t version,
|