Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h714 … uint8_t *pUserConfirmText, /*!< [in] optional, pointer to confirmation Text of the User. */
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1564 … uint8_t *pUserConfirmText, /*!< [in] optional, pointer to confirmation Text of the User. */ in CC_FfcDhCreateUserInfo() argument
1594 …CHECK_AND_SET_ERROR((pUserConfirmText == NULL) != (userConfirmTextSize == 0), CC_FFCDH_OPTIONAL_DA… in CC_FfcDhCreateUserInfo()
1625 FfcDhWriteBufferBeToBe(&pTmp, pUserConfirmText, userConfirmTextSize, &fullLen); in CC_FfcDhCreateUserInfo()
1938 …uint8_t *pUserConfirmText, /*!< [in] optional, pointer to confirmation Text of the User. */ in FfcDhCalcConfirmMacTags() argument
1994 FfcDhWriteBufferBeToBe(&pTmp, pUserConfirmText, userConfirmTextSize, &fullLen); in FfcDhCalcConfirmMacTags()