Home
last modified time | relevance | path

Searched refs:partnIdSize (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.h531 … size_t partnIdSize, /*!< [in] size of the partner ID in bytes. */
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c411 size_t partnIdSize) /*!< [in] size of the partner ID in bytes. */ in FfcDhSchemeInfo() argument
633 CC_PalMemCopy(pDhCtx->partnerId, pPartnId, partnIdSize); in FfcDhSchemeInfo()
634 pDhCtx->partnerIdSizeBytes = partnIdSize; in FfcDhSchemeInfo()
676 … size_t partnIdSize, /*!< [in] size of the partner ID in bytes. */ in CC_FfcDhCtxSetSchemeParams()
847 … err = FfcDhSchemeInfo(pDhCtx, pAlgId, algIdSize, pUserId, userIdSize, pPartnId, partnIdSize); in CC_FfcDhCtxSetSchemeParams()