Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/
Dcc_kdf.c228 uint32_t countOfHashBlocks; in CC_KdfKeyDerivFunc() local
296 countOfHashBlocks = ( keyingDataSize + hashOutputSize - 1 )/ hashOutputSize; in CC_KdfKeyDerivFunc()
316 for (i = 0; i < countOfHashBlocks; i++) { in CC_KdfKeyDerivFunc()
439 if (i == (countOfHashBlocks - 1)){ in CC_KdfKeyDerivFunc()