Home
last modified time | relevance | path

Searched refs:userStatPublKeySizeBytes (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.h285 … uint32_t userStatPublKeySizeBytes; /*!< user's static ephemeral public key size in bytes */ member
Dcc_ffcdh.c1384 pPublKeySize = &pDhCtx->userStatPublKeySizeBytes; in CC_FfcDhValidateAndImportKeyPair()
1611 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userStatPublKey, pDhCtx->userStatPublKeySizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1990 …hWriteBufferLeToBe(&pTmp, &pDhCtx->userEphemPublKey[0], pDhCtx->userStatPublKeySizeBytes>>2, &full… in FfcDhCalcConfirmMacTags()
2027 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userEphemPublKey, pDhCtx->userStatPublKeySizeBytes>>2, &full… in FfcDhCalcConfirmMacTags()