Searched refs:Res_ptr (Results 1 – 3 of 3) sorted by relevance
857 …t CC_CommonAdd2vectors ( uint32_t *A_ptr, uint32_t *B_ptr,uint32_t SizeInWords, uint32_t *Res_ptr ) in CC_CommonAdd2vectors() argument876 Res_ptr[i] = currentWordRes + PrevCarry; in CC_CommonAdd2vectors()886 if (!(Res_ptr[i])) in CC_CommonAdd2vectors()890 if (Res_ptr[i]) in CC_CommonAdd2vectors()922 uint32_t *Res_ptr ) in CC_CommonSubtractUintArrays() argument944 Res_ptr[i] = temp - B_ptr[i]; in CC_CommonSubtractUintArrays()947 if (Res_ptr[i] > temp) in CC_CommonSubtractUintArrays()981 uint8_t *Res_ptr ) in CC_CommonSubtractMSBUint8Arrays() argument1009 Res_ptr[i] = temp - B_ptr[i - difSizes]; in CC_CommonSubtractMSBUint8Arrays()1011 Res_ptr[i] = temp; in CC_CommonSubtractMSBUint8Arrays()[all …]
487 uint32_t *Res_ptr );509 uint32_t *Res_ptr );530 uint8_t *Res_ptr );555 uint8_t *Res_ptr );
53 uint32_t *Res_ptr ) in RSA_CalcExponent() argument90 RSA_HW_PKI_PKA_CopyDataFromPkaReg( Res_ptr, SB_CERT_RSA_KEY_SIZE_IN_WORDS, in RSA_CalcExponent()