Home
last modified time | relevance | path

Searched refs:pointCtl (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst.c37 … uint8_t pointCtl) /*!< [in] EC point control byte = (compression mode | Y-MSbit). */ in EcWrstInitPubKey() argument
80 if((pointCtl & 6) != 2) { in EcWrstInitPubKey()
107 if((w & 1) != (pointCtl & 1)) { in EcWrstInitPubKey()
Dec_wrst.h78 uint8_t pointCtl);