Home
last modified time | relevance | path

Searched refs:pc1 (Results 1 – 1 of 1) 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
90 pc1 = pc & 0x6; /*compression. mode*/ in CC_EcpkiPublKeyBuildAndCheck()
93 if (pc1 == CC_EC_PointCompressed) { in CC_EcpkiPublKeyBuildAndCheck()
122 if (pc1 == CC_EC_PointUncompressed || pc1 == CC_EC_PointHybrid) { in CC_EcpkiPublKeyBuildAndCheck()