Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh_local.h205 uint32_t suppPrivInfoSize; /*!< size of supplied private Info data */ member
Dcc_ffcdh.c1851 pDhCtx->dataOffsets.suppPrivInfoSize); in FfcDhUpdateOffsets()
1874 pDhCtx->dataOffsets.suppPrivInfoSize); in FfcDhUpdateOffsets()
2099 …size_t suppPrivInfoSize, /*!< [in] size of other SuppPrivInfo data, in bytes (should be n… in CC_FfcDhSetAndCalculateSchemeData() argument
2143 CHECK_AND_SET_ERROR(((pSuppPrivInfo == NULL) != (suppPrivInfoSize == 0)) || in CC_FfcDhSetAndCalculateSchemeData()
2144 (suppPrivInfoSize > CC_FFCDH_MAX_SIZE_OF_OTHER_INFO_SUPPL_ENTRY_BYTES), in CC_FfcDhSetAndCalculateSchemeData()
2261 …CHECK_AND_SET_ERROR(suppPrivInfoSize > CC_FFCDH_MAX_SIZE_OF_OTHER_INFO_SUPPL_ENTRY_BYTES, CC_FFCDH… in CC_FfcDhSetAndCalculateSchemeData()
2263 FfcDhWriteBufferBeToBe(&pTmp1, pSuppPrivInfo, suppPrivInfoSize, &pDhCtx->currInsertedDataSize); in CC_FfcDhSetAndCalculateSchemeData()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h768 …size_t suppPrivInfoSize, /*!< [in] size of other SuppPrivInfo data, in bytes (should be n…