Home
last modified time | relevance | path

Searched refs:pUserId (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.h528 …uint8_t *pUserId, /*!< [in] pointer to the user ID - a distinct identifier of the …
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c408 … uint8_t *pUserId, /*!< [in] pointer to the user ID - a distinct identifier of the user. */ in FfcDhSchemeInfo() argument
631 CC_PalMemCopy(pDhCtx->userId, pUserId, userIdSize); in FfcDhSchemeInfo()
673 …uint8_t *pUserId, /*!< [in] pointer to the user ID - a distinct identifier of the … 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()