Searched refs:otp_lcs (Results 1 – 4 of 4) sorted by relevance
36 enum plat_otp_lcs_t otp_lcs; in tfm_attest_hal_get_security_lifecycle() local39 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()
35 enum plat_otp_lcs_t otp_lcs; in tfm_attest_hal_get_security_lifecycle() local38 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()
46 enum plat_otp_lcs_t otp_lcs; in tfm_spm_get_lifecycle_state() local48 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()