Searched refs:currInsertedDataSize (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/ |
D | cc_ffcdh_local.h | 319 uint32_t currInsertedDataSize; member
|
D | cc_ffcdh.c | 1620 pDhCtx->currInsertedDataSize = fullLen; in CC_FfcDhCreateUserInfo() 1673 FfcDhWriteBufferBeToBe(&pKey, *ppInKey, size2, &pDhCtx->currInsertedDataSize); in FfcDhValidatePartnInfoPublKey() 2246 FfcDhWriteBufferBeToBe(&pTmp1, pTmp2, size2, &pDhCtx->currInsertedDataSize); in CC_FfcDhSetAndCalculateSchemeData() 2258 … FfcDhWriteBufferBeToBe(&pTmp1, pTmp2, size2, &pDhCtx->currInsertedDataSize); /* copy to Context */ in CC_FfcDhSetAndCalculateSchemeData() 2262 FfcDhWriteBufferBeToBe(&pTmp1, pSuppPubInfo, suppPubInfoSize, &pDhCtx->currInsertedDataSize); in CC_FfcDhSetAndCalculateSchemeData() 2263 FfcDhWriteBufferBeToBe(&pTmp1, pSuppPrivInfo, suppPrivInfoSize, &pDhCtx->currInsertedDataSize); in CC_FfcDhSetAndCalculateSchemeData() 2303 pDhCtx->currInsertedDataSize/*InfoLen*/, in CC_FfcDhSetAndCalculateSchemeData()
|