HomeSort by relevance Sort by last modified time
    Searched refs:sha256_cnt (Results 1 - 4 of 4) sorted by null

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpsha256update.c 121 updateFunc(HASH_VALUE(pState), pBuffer, MBS_SHA256, sha256_cnt); local
129 updateFunc(HASH_VALUE(pState), pSrc, procLen, sha256_cnt); local
pcpsha256ca.c 87 updateFunc(pHash, buffer, bufferLen, sha256_cnt);
pcpsha256stuff.h 77 static __ALIGN16 const Ipp32u sha256_cnt[] = { variable
120 UpdateSHA256(pHash, pMsg, msgLen, sha256_cnt);
125 UpdateSHA256ni(pHash, pMsg, msgLen, sha256_cnt);
pcpsha256_messagedigest.c 94 updateFunc(hash, pMsg, msgLenBlks, sha256_cnt);

Completed in 157 milliseconds