Home
last modified time | relevance | path

Searched refs:pAlgId (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_pkcs_ver15_util.c69 const uint8_t **pAlgId, in GetHashAlgDerCode() argument
75 *pAlgId = gHashDerCodes[hashMode].algId; in GetHashAlgDerCode()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h516 …uint8_t *pAlgId, /*!< [in] pointer to Algorithm ID agreed by both parties and ind…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c405 uint8_t *pAlgId, /*!< [in] pointer to Algorithm ID agreed by both parties. */ in FfcDhSchemeInfo() argument
630 CC_PalMemCopy(pBaseAddr + pDataOffsets->algIdOffset, pAlgId, algIdSize); in FfcDhSchemeInfo()
661 …uint8_t *pAlgId, /*!< [in] pointer to Algorithm ID agreed by both parties and ind… 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()