Searched refs:w (Results 1 – 7 of 7) sorted by relevance
276 #define HapiCountBits(w) HAPI_TABLE_POINTER->countBits((w)) argument459 #define HapiSha256SwProcessBlock(d, w) HAPI_TABLE_POINTER->sha256SwProcessBlock((d), (w)) argument
15 #define XOR(v, w) ((v) ^ (w)) argument16 #define PLUS(v, w) (U32V((v) + (w))) argument
15 #define XOR(v,w) ((v) ^ (w)) argument16 #define PLUS(v,w) (U32V((v) + (w))) argument
17 #define XOR(v,w) ((v) ^ (w)) argument18 #define PLUS(v,w) (U32V((v) + (w))) argument
402 uint32_t w[4]; in CRYPTOCcmAuthEncrypt() member458 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV0) = ui8InitVec.w[0]; in CRYPTOCcmAuthEncrypt()459 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV1) = ui8InitVec.w[1]; in CRYPTOCcmAuthEncrypt()460 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV2) = ui8InitVec.w[2]; in CRYPTOCcmAuthEncrypt()461 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV3) = ui8InitVec.w[3]; in CRYPTOCcmAuthEncrypt()650 uint32_t w[4]; in CRYPTOCcmInvAuthDecrypt() member705 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV0) = ui8InitVec.w[0]; in CRYPTOCcmInvAuthDecrypt()706 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV1) = ui8InitVec.w[1]; in CRYPTOCcmInvAuthDecrypt()707 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV2) = ui8InitVec.w[2]; in CRYPTOCcmInvAuthDecrypt()708 HWREG(CRYPTO_BASE + CRYPTO_O_AESIV3) = ui8InitVec.w[3]; in CRYPTOCcmInvAuthDecrypt()
220 uint32_t w; /*!< Type used for word access */ member247 uint32_t w; /*!< Type used for word access */ member271 uint32_t w; /*!< Type used for word access */ member305 uint32_t w; /*!< Type used for word access */ member
1057 uint32_t w[NUM_TX_FILTER_TAPS/4]; in LRF_programShape() member1089 *((unsigned long*) (LRFDRFE32_BASE + LRFDRFE32_O_DTX1_DTX0) + i) = filterCoeff.w[i]; in LRF_programShape()