Home
last modified time | relevance | path

Searched full:entry_init (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/internal_trusted_storage/
Dtfm_internal_trusted_storage.yaml14 "entry_init": "tfm_its_entry",
/trusted-firmware-m-3.4.0/secure_fw/partitions/platform/
Dtfm_platform.yaml14 "entry_init": "platform_sp_init",
/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/
Dtfm_protected_storage.yaml14 "entry_init": "tfm_ps_entry",
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dtfm_crypto.yaml14 "entry_init": "tfm_crypto_init",
/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/
Dtfm_firmware_update.yaml14 "entry_init": "tfm_fwu_entry",
/trusted-firmware-m-3.4.0/secure_fw/partitions/initial_attestation/
Dtfm_initial_attestation.yaml14 "entry_init": "attest_partition_init",
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/manifest/
Dtfm_crypto.yaml16 "entry_init": "tfm_crypto_init",
Dtfm_initial_attestation.yaml16 "entry_init": "attest_partition_init",
/trusted-firmware-m-3.4.0/tools/templates/
Dpartition_load_info.template55 {% elif manifest.entry_init %}
56 extern psa_status_t {{manifest.entry_init}}(void);
/trusted-firmware-m-3.4.0/docs/integration_guide/services/
Dtfm_secure_partition_addition.rst98 ``"entry_point"``, and optionally replace it with ``"entry_init"``.
396 function, which is declared as the ``entry_init`` symbol as mentioned in
397 section `Add manifest`_. After initialization, the entry_init function
/trusted-firmware-m-3.4.0/tools/
Dtfm_parse_manifest_list.py139 if 'entry_init' in manifest.keys():
140 manifest['entry'] = manifest['entry_init']