Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c754 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhCtxSetSchemeParams()
988 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; /* get internal DH context */ in CC_FfcDhGeneratePublPrivKeys()
1211 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhValidateAndImportPublKey()
1358 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhValidateAndImportKeyPair()
1507 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhGenerateRandomNonce()
1601 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhCreateUserInfo()
2158 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhSetAndCalculateSchemeData()
2386 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhGetSharedSecretKeyingData()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h441 uint32_t contextBuff[CC_FFCDH_CONTEXT_BUFF_SIZE_IN_WORDS]; member