Searched refs:partnerStatPublKeySizeBytes (Results 1 – 2 of 2) sorted by relevance
298 …uint32_t partnerStatPublKeySizeBytes; /*!< partner's static ephemeral public key size in bytes */ member
1231 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()