Searched refs:pAttr (Results 1 – 5 of 5) sorted by relevance
98 const cpHashAttr* pAttr = &cpHashAlgAttr[hashAlg]; variable99 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 */
97 const cpHashAttr* pAttr = &cpHashAlgAttr[HASH_ALG_ID(pState)]; variable104 if(IsExceedMsgLen(pAttr->msgLenMax[0],pAttr->msgLenMax[1], lenLo,lenHi))110 int mbs = pAttr->msgBlkSize; /* data block size */
66 const cpHashAttr* pAttr = &cpHashAlgAttr[HASH_ALG_ID(pCtx)]; in cpComputeDigest() local67 int mbs = pAttr->msgBlkSize; /* data block size */ in cpComputeDigest()68 int ivSize = pAttr->ivSize; /* size of hash's IV */ in cpComputeDigest()69 int msgLenRepSize = pAttr->msgLenRepSize; /* length of the message representation */ in cpComputeDigest()
187 bool Tiff_Exif_GetInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetInfo() argument194 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetInfo()200 CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetStringInfo() argument209 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetStringInfo()
63 CPDF_Object* pAttr = pFieldDict->GetDirectObjectFor(name); in FPDF_GetFieldAttr() local64 if (pAttr) in FPDF_GetFieldAttr()65 return pAttr; in FPDF_GetFieldAttr()