Home
last modified time | relevance | path

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

/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.c126 uint32_t word0 = 0; in PolyAccCalcFullBlocks() local
149 word0 = (uint32_t)pSrc[0]; in PolyAccCalcFullBlocks()
151 word0 |= ((uint32_t)pSrc[1] << 8); in PolyAccCalcFullBlocks()
154 word0 |= ((uint32_t)pSrc[2] << 16); in PolyAccCalcFullBlocks()
159 word0 <<= shift; in PolyAccCalcFullBlocks()
178 … (uint32_t)GET_NON_ALIGNED_WORD(word0, pSrc32[1], shift, shift_)); in PolyAccCalcFullBlocks()
183 word0 = pSrc32[4]; in PolyAccCalcFullBlocks()
185 (uint32_t)GET_NON_ALIGNED_WORD(pSrc32[3], word0, shift, shift_)); in PolyAccCalcFullBlocks()