HomeSort by relevance Sort by last modified time
    Searched defs:pAttr (Results 1 - 3 of 3) sorted by null

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcphash_digest.c 66 const cpHashAttr* pAttr = &cpHashAlgAttr[HASH_ALG_ID(pCtx)];
67 int mbs = pAttr->msgBlkSize; /* data block size */
68 int ivSize = pAttr->ivSize; /* size of hash's IV */
69 int msgLenRepSize = pAttr->msgLenRepSize; /* length of the message representation */
pcphashmessage.c 98 const cpHashAttr* pAttr = &cpHashAlgAttr[hashAlg];
99 int mbs = pAttr->msgBlkSize; /* data block size */
100 int ivSize = pAttr->ivSize; /* size of hash's IV */
101 int hashSize = pAttr->hashSize; /* hash size */
102 int msgLenRepSize = pAttr->msgLenRepSize; /* length of the message representation */
pcphashupdate.c 97 const cpHashAttr* pAttr = &cpHashAlgAttr[HASH_ALG_ID(pState)];
104 if(IsExceedMsgLen(pAttr->msgLenMax[0],pAttr->msgLenMax[1], lenLo,lenHi))
110 int mbs = pAttr->msgBlkSize; /* data block size */

Completed in 6151 milliseconds