Home
last modified time | relevance | path

Searched refs:userOtherDataSize (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.h712 …size_t userOtherDataSize, /*!< [in] optional, size of additional data (in bytes), which the
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1562 …size_t userOtherDataSize, /*!< [in] optional, size of additional data (in bytes), which the in CC_FfcDhCreateUserInfo() argument
1593 …CHECK_AND_SET_ERROR((pUserOtherData == NULL) != (userOtherDataSize == 0), CC_FFCDH_OPTIONAL_DATA_E… in CC_FfcDhCreateUserInfo()
1597 …CHECK_AND_SET_ERROR(userOtherDataSize > CC_FFCDH_MAX_SIZE_OF_PARTY_INFO_OTHER_DATA_BYTES, CC_FFCDH… in CC_FfcDhCreateUserInfo()
1614 FfcDhWriteBufferBeToBe(&pTmp, pUserOtherData, userOtherDataSize, &fullLen); in CC_FfcDhCreateUserInfo()