Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecpki_build_publ.c48 uint32_t pc, pc1; in CC_EcpkiPublKeyBuildAndCheck() local
87 pc = pPubKeyIn[0]; in CC_EcpkiPublKeyBuildAndCheck()
88 if (pc >= CC_EC_PointCompresOffMode || pc == CC_EC_PointContWrong) in CC_EcpkiPublKeyBuildAndCheck()
90 pc1 = pc & 0x6; /*compression. mode*/ in CC_EcpkiPublKeyBuildAndCheck()
147 err = EcWrstInitPubKey(pPublKey, pc); in CC_EcpkiPublKeyBuildAndCheck()
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/
Dtfm_hal_multi_core.c120 uint32_t pc; in tfm_hal_get_secure_access_attr() local
127 pc = Cy_Prot_GetActivePC(CPUSS_MS_ID_CM0); in tfm_hal_get_secure_access_attr()
129 if (pc == CY_PROT_SPM_DEFAULT) { in tfm_hal_get_secure_access_attr()
Ddriver_smpu.h29 uint32_t pc,
Ddriver_smpu.c375 uint32_t pc, in SMPU_Covers_Region() argument
396 & (1 << (pc - 1))) == 0) { in SMPU_Covers_Region()
436 uint32_t pc, in SMPU_Get_Access_Rules() argument
441 if (SMPU_Covers_Region(p, s, pc, &PROT->SMPU.SMPU_STRUCT[i - 1], p_attr)) { in SMPU_Get_Access_Rules()