8#ifndef __TFM_ATTEST_HAL_H__
9#define __TFM_ATTEST_HAL_H__
20enum tfm_security_lifecycle_t {
21 TFM_SLC_UNKNOWN = 0x0000u,
22 TFM_SLC_ASSEMBLY_AND_TEST = 0x1000u,
23 TFM_SLC_PSA_ROT_PROVISIONING = 0x2000u,
24 TFM_SLC_SECURED = 0x3000u,
25 TFM_SLC_NON_PSA_ROT_DEBUG = 0x4000u,
26 TFM_SLC_RECOVERABLE_PSA_ROT_DEBUG = 0x5000u,
27 TFM_SLC_DECOMMISSIONED = 0x6000u,
37enum tfm_security_lifecycle_t tfm_attest_hal_get_security_lifecycle(
void);
52tfm_attest_hal_get_verification_service(uint32_t *size);
69tfm_attest_hal_get_profile_definition(uint32_t *size);