Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c864 uint32_t currentWordRes; in CC_CommonAdd2vectors() local
870 currentWordRes = A_ptr[i]+B_ptr[i]; in CC_CommonAdd2vectors()
873 Carry = ((currentWordRes < A_ptr[i]) || (currentWordRes < B_ptr[i])); in CC_CommonAdd2vectors()
876 Res_ptr[i] = currentWordRes + PrevCarry; in CC_CommonAdd2vectors()