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/ |
D | cc_ffcdh.h | 531 … 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/ |
D | cc_ffcdh.c | 411 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()
|