Searched refs:pFfcDomain (Results 1 – 2 of 2) sorted by relevance
884 CCFfcDomain_t *pFfcDomain, /*!< [in] pointer to DH FFC Domain structure. */ in FfcDhGenKeyPair() argument891 uint32_t primeModSize = pFfcDomain->modLenWords*CC_32BIT_WORD_SIZE; in FfcDhGenKeyPair()892 uint32_t ffcOrderSize = pFfcDomain->ordLenWords*CC_32BIT_WORD_SIZE; in FfcDhGenKeyPair()897 pFfcDomain->ordLenWords*CC_BITS_IN_32BIT_WORD, /*rndSizeInBits*/ in FfcDhGenKeyPair()898 (uint8_t*)&pFfcDomain->order[0], /*maxVect*/ in FfcDhGenKeyPair()915 pFfcDomain->genG, /*generator G*/ in FfcDhGenKeyPair()917 pFfcDomain->prime, /*prime P*/ in FfcDhGenKeyPair()1195 CCFfcDomain_t *pFfcDomain; in CC_FfcDhValidateAndImportPublKey() local1212 pFfcDomain = &pDhCtx->ffcDomain; in CC_FfcDhValidateAndImportPublKey()1214 CHECK_AND_SET_ERROR(pFfcDomain->validTag != CC_FFC_DOMAIN_VALIDATION_TAG, in CC_FfcDhValidateAndImportPublKey()[all …]
594 CCFfcDomain_t *pFfcDomain, /*!< [in/out] pointer to DH FFC Context structure. */