Home
last modified time | relevance | path

Searched refs:pUserInfoSize (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.h717 … size_t *pUserInfoSize /*!< [in/out] pointer to the size of UserInfo, in bytes:
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1567 … size_t *pUserInfoSize /*!< [in/out] pointer to the size of UserInfo, in bytes: in CC_FfcDhCreateUserInfo() argument
1591 …CHECK_AND_SET_ERROR(pUserInfo == NULL || pUserInfoSize == NULL, CC_FFCDH_INVALID_ARGUMENT_POINTER_… in CC_FfcDhCreateUserInfo()
1617 CHECK_AND_SET_ERROR(fullLen > *pUserInfoSize, CC_FFCDH_LOW_OUTPUT_BUFF_SIZE_ERROR); in CC_FfcDhCreateUserInfo()
1626 *pUserInfoSize = fullLen; in CC_FfcDhCreateUserInfo()