Searched refs:algIdSize (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/ |
D | cc_ffcdh_local.h | 201 uint32_t algIdSize; /*!< offset of the Algorithm ID data */ member
|
D | cc_ffcdh.c | 406 size_t algIdSize, /*!< [in] size of Algorithm ID in bytes. Should be less than in FfcDhSchemeInfo() argument 630 CC_PalMemCopy(pBaseAddr + pDataOffsets->algIdOffset, pAlgId, algIdSize); in FfcDhSchemeInfo() 667 … size_t algIdSize, /*!< [in] size of Algorithm ID in bytes, should be less than in CC_FfcDhCtxSetSchemeParams() argument 739 …CHECK_AND_RETURN_ERROR((pAlgId == NULL) || (algIdSize == 0) || (algIdSize > CC_FFCDH_MAX_SIZE_OF_A… 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/ |
D | cc_ffcdh.h | 522 … size_t algIdSize, /*!< [in] size of Algorithm ID in bytes, should be less than
|