Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_defs.h110 uint32_t Test_ProjCheckLcs(uint32_t nextLcs);
Dtest_proj_hw.c20 uint32_t Test_ProjCheckLcs(uint32_t nextLcs) in Test_ProjCheckLcs() function
Dtest_proj_otp.c200 error = Test_ProjCheckLcs(nextLcs); in Test_ProjBurnOtpPlain()
250 error = Test_ProjCheckLcs(TEST_PROJ_LCS_CM); in Test_ProjBurnCmOtp()
309 error = Test_ProjCheckLcs(TEST_PROJ_LCS_DM); in Test_ProjBurnDmOtp()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/cmpu_integration_test/
Dcmpu_integration_test.c142 CMPUIT_ASSERT(Test_ProjCheckLcs(TEST_PROJ_LCS_DM) == 0); in cmpuIt_cmpuTest()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/
Ddmpu_integration_test.c143 DMPUIT_ASSERT(Test_ProjCheckLcs(TEST_PROJ_LCS_SECURE) == 0); in dmpuIt_dmpuTest()