Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c409 size_t userIdSize, /*!< [in] size of the user ID in bytes. */ in FfcDhSchemeInfo() argument
631 CC_PalMemCopy(pDhCtx->userId, pUserId, userIdSize); in FfcDhSchemeInfo()
632 pDhCtx->userIdSizeBytes = userIdSize; in FfcDhSchemeInfo()
674 … size_t userIdSize, /*!< [in] size of the user ID in bytes. */ in CC_FfcDhCtxSetSchemeParams()
737 …CHECK_AND_RETURN_ERROR((pUserId == NULL || userIdSize == 0 || userIdSize > CC_FFCDH_MAX_SIZE_OF_PA… in CC_FfcDhCtxSetSchemeParams()
847 … err = FfcDhSchemeInfo(pDhCtx, pAlgId, algIdSize, pUserId, userIdSize, pPartnId, partnIdSize); in CC_FfcDhCtxSetSchemeParams()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h529 size_t userIdSize, /*!< [in] size of the user ID in bytes. */