Searched refs:FfcDhWriteBufferLeToBe (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/ |
D | cc_ffcdh.c | 237 static void FfcDhWriteBufferLeToBe( in FfcDhWriteBufferLeToBe() function 1611 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userStatPublKey, pDhCtx->userStatPublKeySizeBytes, &fullLen); in CC_FfcDhCreateUserInfo() 1612 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userEphemPublKey, pDhCtx->userEphemPublKeySizeBytes, &fullLe… in CC_FfcDhCreateUserInfo() 1990 …FfcDhWriteBufferLeToBe(&pTmp, &pDhCtx->userEphemPublKey[0], pDhCtx->userStatPublKeySizeBytes>>2, &… in FfcDhCalcConfirmMacTags() 1992 …FfcDhWriteBufferLeToBe(&pTmp, &pDhCtx->partnerEphemPublKey[0], pDhCtx->partnerStatPublKeySizeBytes… in FfcDhCalcConfirmMacTags() 2025 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->partnerEphemPublKey, pDhCtx->partnerStatPublKeySizeBytes>>2,… in FfcDhCalcConfirmMacTags() 2027 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userEphemPublKey, pDhCtx->userStatPublKeySizeBytes>>2, &full… in FfcDhCalcConfirmMacTags()
|