Searched refs:shift_ (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/ |
D | poly.c | 121 uint32_t shift, shift_; /* shift left (in bits) needed for aligning data to 32-bit words */ in PolyAccCalcFullBlocks() local 143 shift_ = CC_32BIT_WORD_SIZE - shift; in PolyAccCalcFullBlocks() 150 if(shift_ > 1){ in PolyAccCalcFullBlocks() 153 if(shift_ > 2){ in PolyAccCalcFullBlocks() 158 shift_ = shift_ << 3; in PolyAccCalcFullBlocks() 178 … (uint32_t)GET_NON_ALIGNED_WORD(word0, pSrc32[1], shift, shift_)); in PolyAccCalcFullBlocks() 180 … (uint32_t)GET_NON_ALIGNED_WORD(pSrc32[1], pSrc32[2], shift, shift_)); in PolyAccCalcFullBlocks() 182 … (uint32_t)GET_NON_ALIGNED_WORD(pSrc32[2], pSrc32[3], shift, shift_)); in PolyAccCalcFullBlocks() 185 (uint32_t)GET_NON_ALIGNED_WORD(pSrc32[3], word0, shift, shift_)); in PolyAccCalcFullBlocks()
|