Searched refs:UpdateSHA512 (Results 1 – 6 of 6) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcphash_func.h | 95 UpdateSHA512, 101 UpdateSHA512, 119 UpdateSHA512, 125 UpdateSHA512,
|
D | pcpsha512update.c | 115 UpdateSHA512(HASH_VALUE(pState), pBuffer, MBS_SHA512, sha512_cnt); 123 UpdateSHA512(HASH_VALUE(pState), pSrc, procLen, sha512_cnt);
|
D | pcphash.h | 237 #define UpdateSHA512 OWNAPI(UpdateSHA512) macro 238 void UpdateSHA512(void* pHash, const Ipp8u* mblk, int mlen, const void* pParam);
|
D | pcpsha512stuff.h | 138 UpdateSHA512(pHash, pMsg, msgLen, sha512_cnt); in sha512_hashUpdate() 222 UpdateSHA512(pHash, buffer, bufferLen, sha512_cnt); in cpFinalizeSHA512()
|
D | pcphashsha512px.c | 124 void UpdateSHA512(void* uniHash, const Ipp8u* mblk, int mlen, const void* uniPraram) in UpdateSHA512() function 183 void UpdateSHA512(void* uniHash, const Ipp8u* mblk, int mlen, const void* uniPraram) in UpdateSHA512() function
|
D | pcpsha512_messagedigest.c | 78 UpdateSHA512(hash, pMsg, msgLenBlks, sha512_cnt); in cpSHA512MessageDigest()
|