Searched refs:hashContext (Results 1 – 1 of 1) sorted by relevance
246 CCHashUserContext_t hashContext; in CC_KdfKeyDerivFunc() local323 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()