Home
last modified time | relevance | path

Searched refs:msgLenRepSize (Results 1 – 5 of 5) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcphash_digest.c69 int msgLenRepSize = pAttr->msgLenRepSize; /* length of the message representation */ in cpComputeDigest() local
75 int bufferLen = n < (mbs-msgLenRepSize)? mbs : mbs*2; in cpComputeDigest()
86 PaddBlock(0, buffer+n, bufferLen-n-msgLenRepSize); in cpComputeDigest()
96 if(msgLenRepSize>(int)(sizeof(Ipp64u))) { in cpComputeDigest()
125 if(msgLenRepSize>(int)(sizeof(Ipp64u))) { in cpComputeDigest()
Dpcphashmessage.c102 int msgLenRepSize = pAttr->msgLenRepSize; /* length of the message representation */ variable
113 int bufferLen = (msgLenRest < (mbs-msgLenRepSize))? mbs : mbs*2;
142 if(msgLenRepSize > (int)(sizeof(Ipp64u))) {
Dpcphashmethod_rmf.h61 int msgLenRepSize; /* length of processed msg length representation in bytes */ member
Dpcphashca_rmf.c65 int mrl = method->msgLenRepSize; /* processed length representation size */ in cpFinalize_rmf()
Dpcphash.h142 …int msgLenRepSize; /* attr: length (bytes) in representation of processed message length */ member