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/ |
D | cc_rsa_pkcs_ver15_util.c | 69 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/ |
D | cc_ffcdh.h | 516 …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/ |
D | cc_ffcdh.c | 405 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()
|