Home
last modified time | relevance | path

Searched refs:ffcDomain (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.c430 publKeySize = pDhCtx->ffcDomain.modLenWords*CC_32BIT_WORD_SIZE; in FfcDhSchemeInfo()
431 pDhCtx->nonceSize = pDhCtx->ffcDomain.ordLenWords*CC_32BIT_WORD_SIZE; in FfcDhSchemeInfo()
822 CC_PalMemCopy(&pDhCtx->ffcDomain, pDomain, sizeof(pDhCtx->ffcDomain)); in CC_FfcDhCtxSetSchemeParams()
1010 err = FfcDhGenKeyPair(&pDhCtx->ffcDomain, pRndContext, pPrivKey, pPublKey); in CC_FfcDhGeneratePublPrivKeys()
1022 err = FfcDhGenKeyPair(&pDhCtx->ffcDomain, pRndContext, pPrivKey, pPublKey); in CC_FfcDhGeneratePublPrivKeys()
1212 pFfcDomain = &pDhCtx->ffcDomain; in CC_FfcDhValidateAndImportPublKey()
1258 &pDhCtx->ffcDomain, in CC_FfcDhValidateAndImportPublKey()
1359 pFfcDomain = &pDhCtx->ffcDomain; in CC_FfcDhValidateAndImportKeyPair()
1369 pPrime = &pDhCtx->ffcDomain.prime[0]; /* Prime p */ in CC_FfcDhValidateAndImportKeyPair()
1370 pOrder = &pDhCtx->ffcDomain.order[0]; /* Order q */ in CC_FfcDhValidateAndImportKeyPair()
[all …]
Dcc_ffcdh_local.h241 CCFfcDomain_t ffcDomain; // 636 bytes member