Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpsha512update.c115 UpdateSHA512(HASH_VALUE(pState), pBuffer, MBS_SHA512, sha512_cnt);
123 UpdateSHA512(HASH_VALUE(pState), pSrc, procLen, sha512_cnt);
Dpcpsha512stuff.h84 static __ALIGN16 const Ipp64u sha512_cnt[] = { variable
138 UpdateSHA512(pHash, pMsg, msgLen, sha512_cnt); in sha512_hashUpdate()
222 UpdateSHA512(pHash, buffer, bufferLen, sha512_cnt); in cpFinalizeSHA512()
Dpcpsha512_messagedigest.c78 UpdateSHA512(hash, pMsg, msgLenBlks, sha512_cnt); in cpSHA512MessageDigest()