Home
last modified time | relevance | path

Searched refs:otp_lcs (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/
Dattest_hal.c36 enum plat_otp_lcs_t otp_lcs; in tfm_attest_hal_get_security_lifecycle() local
39 err = tfm_plat_otp_read(PLAT_OTP_ID_LCS, sizeof(otp_lcs), (uint8_t*)&otp_lcs); in tfm_attest_hal_get_security_lifecycle()
44 return map_otp_lcs_to_tfm_slc(otp_lcs); in tfm_attest_hal_get_security_lifecycle()
/trusted-firmware-m-3.7.0/platform/ext/common/template/
Dattest_hal.c35 enum plat_otp_lcs_t otp_lcs; in tfm_attest_hal_get_security_lifecycle() local
38 err = tfm_plat_otp_read(PLAT_OTP_ID_LCS, sizeof(otp_lcs), (uint8_t*)&otp_lcs); in tfm_attest_hal_get_security_lifecycle()
43 return map_otp_lcs_to_tfm_slc(otp_lcs); in tfm_attest_hal_get_security_lifecycle()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps4/corstone315/
Dattest_hal.c36 enum plat_otp_lcs_t otp_lcs; in tfm_attest_hal_get_security_lifecycle() local
39 err = tfm_plat_otp_read(PLAT_OTP_ID_LCS, sizeof(otp_lcs), (uint8_t*)&otp_lcs); in tfm_attest_hal_get_security_lifecycle()
44 return map_otp_lcs_to_tfm_slc(otp_lcs); in tfm_attest_hal_get_security_lifecycle()
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_api.c46 enum plat_otp_lcs_t otp_lcs; in tfm_spm_get_lifecycle_state() local
48 err = tfm_plat_otp_read(PLAT_OTP_ID_LCS, sizeof(otp_lcs), in tfm_spm_get_lifecycle_state()
49 (uint8_t *)&otp_lcs); in tfm_spm_get_lifecycle_state()
54 switch (otp_lcs) { in tfm_spm_get_lifecycle_state()