Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c1102 … uint8_t *pGenerator, /*!< [in] pointer to generator G of subgroup of FFC. */ in CC_FfcValidateAndImportDomain() argument
1139 …CHECK_AND_SET_ERROR((pGenerator == NULL) != (generSizeBytes == 0), CC_FFC_DOMAIN_INVALID_OPTIONAL_… in CC_FfcValidateAndImportDomain()
1163 if(pGenerator != NULL) { in CC_FfcValidateAndImportDomain()
1166 … CHECK_AND_SET_ERROR(FfcCmpBeBytes2LeWordsBigNum(pGenerator, &pDomain->genG[0], primeSizeBytes), in CC_FfcValidateAndImportDomain()
1182 CHECK_AND_SET_ERROR((pPrime == NULL) || (pOrder == NULL) || (pGenerator == NULL), in CC_FfcValidateAndImportDomain()
1188 …CC_CommonConvertMsbLsbBytesToLswMswWords(pDomain->genG, primeSizeBytes, pGenerator, primeSizeBytes… in CC_FfcValidateAndImportDomain()
1231 uint8_t *pGenerator, /*!< [out] pointer to generator of subgroup (G). */ in CC_FfcExportDomain() argument
1278 if((pGenerator != NULL) && (pGeneratorSize != NULL)) { in CC_FfcExportDomain()
1279 CHECK_ERROR(FfcCheckPtrAndSize(pGenerator, pGeneratorSize, pDomain->genG, primeSizeBytes)); in CC_FfcExportDomain()
1280 …CHECK_ERROR(CC_CommonConvertLswMswWordsToMsbLsbBytes(pGenerator, primeSizeBytes, pDomain->genG, pr… in CC_FfcExportDomain()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h315 … uint8_t *pGenerator, /*!< [in] pointer to generator G of subgroup of FFC. */
356 uint8_t *pGenerator, /*!< [out] pointer to generator of subgroup (G). */