Home
last modified time | relevance | path

Searched refs:partnerStatPublKeySizeBytes (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh_local.h298 …uint32_t partnerStatPublKeySizeBytes; /*!< partner's static ephemeral public key size in bytes */ member
Dcc_ffcdh.c1231 previousKeySize = pDhCtx->partnerStatPublKeySizeBytes; /*size of previous inserted key*/ in CC_FfcDhValidateAndImportPublKey()
1234 pPublKeySizeBytes = &pDhCtx->partnerStatPublKeySizeBytes; in CC_FfcDhValidateAndImportPublKey()
1747 pDhCtx->partnerStatPublKeySizeBytes = primeSizeBytes; in FfcDhCalcSharedSecretVal()
1793 pDhCtx->partnerStatPublKeySizeBytes = primeSizeBytes; in FfcDhCalcSharedSecretVal()
1992 …teBufferLeToBe(&pTmp, &pDhCtx->partnerEphemPublKey[0], pDhCtx->partnerStatPublKeySizeBytes>>2, &fu… in FfcDhCalcConfirmMacTags()
2025 …hWriteBufferLeToBe(&pTmp, pDhCtx->partnerEphemPublKey, pDhCtx->partnerStatPublKeySizeBytes>>2, &fu… in FfcDhCalcConfirmMacTags()