Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c621 pDomain->genCounter = counter; in FfcFips186v4FindPrimeP()
801 …uint32_t genCounter, /*!< [in] optional value of count of iterations, required for gen… in FfcDomainMinCheckInput() argument
836 CHECK_AND_SET_ERROR(genCounter != 0, CC_FFC_DOMAIN_GEN_COUNTER_NOT_VALID_ERROR); in FfcDomainMinCheckInput()
840 CHECK_AND_SET_ERROR(genCounter == 0, CC_FFC_DOMAIN_GEN_COUNTER_NOT_VALID_ERROR); in FfcDomainMinCheckInput()
868 pDomain->genCounter = genCounter; in FfcDomainMinCheckInput()
906 …uint32_t genCounter, /*!< [in] optional value of count of iterations, required for gen… in FfcFips186v4GenerateDomain() argument
934 pSeed, seedSizeBytes, generateSeed, genCounter, in FfcFips186v4GenerateDomain()
955 …CHECK_AND_SET_ERROR((generateSeed == CC_FFC_USE_GIVEN_SEED) && (pDomain->genCounter != genCounter), in FfcFips186v4GenerateDomain()
998 …uint32_t genCounter, /*!< [in] exact value of count of main loop iterations, required fo… in CC_FfcGenerateDomainFromSeed() argument
1018 pSeed, seedSizeBytes, CC_FFC_USE_GIVEN_SEED, genCounter, in CC_FfcGenerateDomainFromSeed()
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h162 …uint32_t genCounter; /*!< count of iterations, needed for successful domain generation… member
251 …uint32_t genCounter, /*!< [in] exact value of count of main loop iterations, required fo…
325 …uint32_t genCounter, /*!< [in] optional, counter of main iterations loop, performed du…