Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h368 … uint32_t *pGenCounter, /*!< [out] pointer to count of iterations, which were performed
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c1243 … uint32_t *pGenCounter, /*!< [out] pointer to count of iterations, which were performed in CC_FfcExportDomain() argument
1298 if(pGenCounter != NULL) { in CC_FfcExportDomain()
1299 *pGenCounter = pDomain->genCounter; in CC_FfcExportDomain()