Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c884 CCFfcDomain_t *pFfcDomain, /*!< [in] pointer to DH FFC Domain structure. */ in FfcDhGenKeyPair() argument
891 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() local
1212 pFfcDomain = &pDhCtx->ffcDomain; in CC_FfcDhValidateAndImportPublKey()
1214 CHECK_AND_SET_ERROR(pFfcDomain->validTag != CC_FFC_DOMAIN_VALIDATION_TAG, in CC_FfcDhValidateAndImportPublKey()
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h594 CCFfcDomain_t *pFfcDomain, /*!< [in/out] pointer to DH FFC Context structure. */