Home
last modified time | relevance | path

Searched refs:tfm_attest_hal_get_platform_config (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.7.0/platform/include/
Dtfm_attest_hal.h123 tfm_attest_hal_get_platform_config(uint32_t *size, uint8_t *buf);
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/
Dattest_hal.c132 enum tfm_plat_err_t tfm_attest_hal_get_platform_config(uint32_t *size, in tfm_attest_hal_get_platform_config() function
/trusted-firmware-m-3.7.0/platform/ext/common/template/
Dattest_hal.c157 enum tfm_plat_err_t tfm_attest_hal_get_platform_config(uint32_t *size, in tfm_attest_hal_get_platform_config() function
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps4/corstone315/
Dattest_hal.c162 enum tfm_plat_err_t tfm_attest_hal_get_platform_config(uint32_t *size, in tfm_attest_hal_get_platform_config() function
/trusted-firmware-m-3.7.0/secure_fw/partitions/initial_attestation/
Dattest_core.c428 res = tfm_attest_hal_get_platform_config(&size, plat_config); in attest_add_platform_config_claim()