Home
last modified time | relevance | path

Searched refs:userEphemPublKey (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.h288 … uint32_t userEphemPublKey[CC_FFCDH_MAX_MOD_SIZE_IN_WORDS]; /*!< user's ephemeral public key. */ member
Dcc_ffcdh.c1020 pPublKey = &pDhCtx->userEphemPublKey[0]; in CC_FfcDhGeneratePublPrivKeys()
1392 pPublKey32 = &pDhCtx->userEphemPublKey[0]; in CC_FfcDhValidateAndImportKeyPair()
1612 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userEphemPublKey, pDhCtx->userEphemPublKeySizeBytes, &fullLe… in CC_FfcDhCreateUserInfo()
1990 …FfcDhWriteBufferLeToBe(&pTmp, &pDhCtx->userEphemPublKey[0], pDhCtx->userStatPublKeySizeBytes>>2, &… in FfcDhCalcConfirmMacTags()
2027 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userEphemPublKey, pDhCtx->userStatPublKeySizeBytes>>2, &full… in FfcDhCalcConfirmMacTags()