Searched refs:tempBuff_ptr (Results 1 – 1 of 1) sorted by relevance
676 CCDhTemp_t *tempBuff_ptr /*in */) in CC_DhCheckPubKey() argument704 tempBuff_ptr == NULL) { in CC_DhCheckPubKey()708 tmpPubKey_ptr = (CCDhPubKey_t*)((void*)&tempBuff_ptr->UserPubKey.PublicKeyDbBuff); in CC_DhCheckPubKey()727 CC_PalMemSetZero( tempBuff_ptr, sizeof(CCDhTemp_t) ); in CC_DhCheckPubKey()741 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(tempBuff_ptr->PrimeData.DataIn, modPsizeBytes, pu… in CC_DhCheckPubKey()750 …CC_MIN(8*pubKeySizeBytes, CC_CommonGetWordsCounterEffectiveSizeInBits(tempBuff_ptr->PrimeData.Data… in CC_DhCheckPubKey()819 Error = RsaExecPubKeyExp(tmpPubKey_ptr, &tempBuff_ptr->PrimeData); in CC_DhCheckPubKey()832 … tempBuff_ptr->PrimeData.DataOut, modPsizeBytes/4, tmpPubKey_ptr->n, modPsizeBytes/4); in CC_DhCheckPubKey()842 CC_PalMemSetZero(tempBuff_ptr, sizeof(CCDhTemp_t)); in CC_DhCheckPubKey()