Home
last modified time | relevance | path

Searched refs:hashBlockSize (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/
Dcc_kdf.c238 uint32_t remBuffSize, hashBlockSize; in CC_KdfKeyDerivFunc() local
289 &hashBlockSize, in CC_KdfKeyDerivFunc()
335 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
339 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
350 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
355 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
381 hashBlockSize); in CC_KdfKeyDerivFunc()
387 hashBlockSize); in CC_KdfKeyDerivFunc()
404 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
410 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h168 uint32_t hashBlockSize; /*!< size in bytes of HASH block for chosen mode. */ member
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c2369 uint32_t hashBlockSize; in CC_FfcDhGetSharedSecretKeyingData() local
2389 CHECK_ERROR(FfcGetHashMode(NULL/*pHashMode*/, NULL/*hkdfHashMode*/, &hashBlockSize, in CC_FfcDhGetSharedSecretKeyingData()
2411 pKeyData = &pDhCtx->extendDataBuffer[0] + pDhCtx->dataOffsets.sharedSecrOffset + hashBlockSize; in CC_FfcDhGetSharedSecretKeyingData()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c845 &pDomain->hashBlockSize, &pDomain->hashDigestSize, ffcHashMode/*in*/), in FfcDomainMinCheckInput()