Home
last modified time | relevance | path

Searched refs:DhContext_t (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.c404 DhContext_t *pDhCtx, /*!< [in/out] pointer to internal DH context structure */ in FfcDhSchemeInfo()
708 DhContext_t *pDhCtx; in CC_FfcDhCtxSetSchemeParams()
754 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhCtxSetSchemeParams()
963 DhContext_t *pDhCtx; /* pointer to the internal DH context structure */ in CC_FfcDhGeneratePublPrivKeys()
988 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; /* get internal DH context */ in CC_FfcDhGeneratePublPrivKeys()
1194 DhContext_t *pDhCtx; /* internal DH context */ in CC_FfcDhValidateAndImportPublKey()
1211 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhValidateAndImportPublKey()
1322 DhContext_t *pDhCtx; /* internal DH context */ in CC_FfcDhValidateAndImportKeyPair()
1358 pDhCtx = (DhContext_t*)&pDhUserCtx->contextBuff; in CC_FfcDhValidateAndImportKeyPair()
1491 DhContext_t *pDhCtx; in CC_FfcDhGenerateRandomNonce()
[all …]
Dcc_ffcdh_local.h343 } DhContext_t; typedef