Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1899 static CCError_t FfcDhCmpInfoEntries(uint8_t **ppCtxEntry, uint8_t **ppPartnEntry) in FfcDhCmpInfoEntries() argument
1904 calcSize = FFCDH_GET_LENGTH(*ppCtxEntry); /* size of PartnerId from Ctx; & pTmp1 += 2 */ in FfcDhCmpInfoEntries()
1907 …CHECK_AND_SET_ERROR(CC_PalMemCmp(*ppCtxEntry, *ppPartnEntry, partnSize), CC_FFCDH_PARTN_INFO_PARSI… in FfcDhCmpInfoEntries()
1909 *ppCtxEntry += calcSize; in FfcDhCmpInfoEntries()