Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh.c676 CCDhTemp_t *tempBuff_ptr /*in */) in CC_DhCheckPubKey() argument
704 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()
832tempBuff_ptr->PrimeData.DataOut, modPsizeBytes/4, tmpPubKey_ptr->n, modPsizeBytes/4); in CC_DhCheckPubKey()
842 CC_PalMemSetZero(tempBuff_ptr, sizeof(CCDhTemp_t)); in CC_DhCheckPubKey()