Home
last modified time | relevance | path

Searched refs:hashContext (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.c246 CCHashUserContext_t hashContext; in CC_KdfKeyDerivFunc() local
323 error = CC_HashInit(&hashContext, hashMode); in CC_KdfKeyDerivFunc()
337 error = KdfHashUnalignUpdate(&hashContext, in CC_KdfKeyDerivFunc()
352 error = KdfHashUnalignUpdate(&hashContext, in CC_KdfKeyDerivFunc()
383 error = KdfHashUnalignUpdate(&hashContext, in CC_KdfKeyDerivFunc()
407 &hashContext, in CC_KdfKeyDerivFunc()
423 error = CC_HashUpdate(&hashContext, pTemp, remBuffSize); in CC_KdfKeyDerivFunc()
433 error = CC_HashFinish(&hashContext, hashResultBuff); in CC_KdfKeyDerivFunc()
462 CC_PalMemSetZero(&hashContext, sizeof(hashContext)); in CC_KdfKeyDerivFunc()