Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcphashmessage.c98 const cpHashAttr* pAttr = &cpHashAlgAttr[hashAlg]; variable
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 */
Dpcphashupdate.c97 const cpHashAttr* pAttr = &cpHashAlgAttr[HASH_ALG_ID(pState)]; variable
104 if(IsExceedMsgLen(pAttr->msgLenMax[0],pAttr->msgLenMax[1], lenLo,lenHi))
110 int mbs = pAttr->msgBlkSize; /* data block size */
Dpcphash_digest.c66 const cpHashAttr* pAttr = &cpHashAlgAttr[HASH_ALG_ID(pCtx)]; in cpComputeDigest() local
67 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()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp187 bool Tiff_Exif_GetInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetInfo() argument
194 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetInfo()
200 CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetStringInfo() argument
209 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetStringInfo()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp63 CPDF_Object* pAttr = pFieldDict->GetDirectObjectFor(name); in FPDF_GetFieldAttr() local
64 if (pAttr) in FPDF_GetFieldAttr()
65 return pAttr; in FPDF_GetFieldAttr()