Home
last modified time | relevance | path

Searched refs:MLR_SHA256 (Results 1 – 8 of 8) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpsha256ca.c73 int bufferLen = inpLen < (MBS_SHA256-(int)MLR_SHA256)? MBS_SHA256 : MBS_SHA256*2; in cpFinalizeSHA256()
80 PaddBlock(0, buffer+inpLen, bufferLen-inpLen-MLR_SHA256); in cpFinalizeSHA256()
Dpcphashmethod_sha224.c75 MLR_SHA256,
Dpcphashmethod_sha256.c74 MLR_SHA256,
Dpcphashmethod_sha256_ni.c76 MLR_SHA256,
Dpcphashmethod_sha224_ni.c77 MLR_SHA256,
Dpcphashmethod_sha224_tt.c79 MLR_SHA256,
Dpcphashmethod_sha256_tt.c79 MLR_SHA256,
Dpcphash.h69 #define MLR_SHA256 (sizeof(Ipp64u)) macro