Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h362 …size_t *pSeedSize, /*!< [in/out] optional, size of the Seed in bytes - if the Seed n…
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c1237 … size_t *pSeedSize, /*!< [in/out] size of the Seed in bytes - if the Seed not exist, in CC_FfcExportDomain() argument
1284 if((pSeed != NULL) && (pSeedSize != NULL)) { in CC_FfcExportDomain()
1285 CHECK_ERROR(FfcCheckPtrAndSize(pSeed, pSeedSize, pDomain->seed, pDomain->seedSizeBytes)); in CC_FfcExportDomain()
1288 *pSeedSize = pDomain->seedSizeBytes; in CC_FfcExportDomain()