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

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcphash_digest.c 69 int msgLenRepSize = pAttr->msgLenRepSize; /* length of the message representation */
75 int bufferLen = n < (mbs-msgLenRepSize)? mbs : mbs*2;
86 PaddBlock(0, buffer+n, bufferLen-n-msgLenRepSize);
96 if(msgLenRepSize>(int)(sizeof(Ipp64u))) {
125 if(msgLenRepSize>(int)(sizeof(Ipp64u))) {
pcphashmethod_rmf.h 61 int msgLenRepSize; /* length of processed msg length representation in bytes */
pcphashca_rmf.c 65 int mrl = method->msgLenRepSize; /* processed length representation size */
pcphashmessage.c 102 int msgLenRepSize = pAttr->msgLenRepSize; /* length of the message representation */
113 int bufferLen = (msgLenRest < (mbs-msgLenRepSize))? mbs : mbs*2;
142 if(msgLenRepSize > (int)(sizeof(Ipp64u))) {
pcphash.h 142 int msgLenRepSize; /* attr: length (bytes) in representation of processed message length */

Completed in 61 milliseconds