Searched refs:ffcDomain (Results 1 – 2 of 2) sorted by relevance
430 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 …]
241 CCFfcDomain_t ffcDomain; // 636 bytes member