Home
last modified time | relevance | path

Searched refs:userConfirmTextSize (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.h291 uint32_t userConfirmTextSize; /*!< [in] optional size of Text data of partyU, in bytes. */ member
Dcc_ffcdh.c1565 … size_t userConfirmTextSize, /*!< [in] optional size of Text data of partyU, in bytes. */ in CC_FfcDhCreateUserInfo() argument
1594 …CHECK_AND_SET_ERROR((pUserConfirmText == NULL) != (userConfirmTextSize == 0), CC_FFCDH_OPTIONAL_DA… in CC_FfcDhCreateUserInfo()
1598 …CHECK_AND_SET_ERROR(userConfirmTextSize > CC_FFCDH_MAX_SIZE_OF_CONFIRM_TEXT_DATA_BYTES, CC_FFCDH_P… in CC_FfcDhCreateUserInfo()
1625 FfcDhWriteBufferBeToBe(&pTmp, pUserConfirmText, userConfirmTextSize, &fullLen); in CC_FfcDhCreateUserInfo()
1939 … uint32_t userConfirmTextSize, /*!< [in] optional size of Text data of partyU, in bytes. */ in FfcDhCalcConfirmMacTags() argument
1994 FfcDhWriteBufferBeToBe(&pTmp, pUserConfirmText, userConfirmTextSize, &fullLen); in FfcDhCalcConfirmMacTags()
2314 err = FfcDhCalcConfirmMacTags(pDhCtx, pDhCtx->userConfirmText, pDhCtx->userConfirmTextSize, in CC_FfcDhSetAndCalculateSchemeData()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h715 … size_t userConfirmTextSize, /*!< [in] optional size of Text data of partyU, in bytes. */