Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h710 … uint8_t *pUserOtherData, /*!< [in] optional, pointer to other data, which the user will
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1560 … uint8_t *pUserOtherData, /*!< [in] optional, pointer to other data, which the user will in CC_FfcDhCreateUserInfo() argument
1593 …CHECK_AND_SET_ERROR((pUserOtherData == NULL) != (userOtherDataSize == 0), CC_FFCDH_OPTIONAL_DATA_E… in CC_FfcDhCreateUserInfo()
1614 FfcDhWriteBufferBeToBe(&pTmp, pUserOtherData, userOtherDataSize, &fullLen); in CC_FfcDhCreateUserInfo()