Home
last modified time | relevance | path

Searched defs:hashSize (Results 1 – 9 of 9) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcphashgettag.c86 int hashSize = cpHashAlgAttr[HASH_ALG_ID(pState)].hashSize; variable
Dpcphashfinal.c84 int hashSize = cpHashAlgAttr[algID].hashSize; variable
Dpcpmgf2ca_rmf.c89 int hashSize = pMethod->hashLen; variable
Dpcpshsmgfca.c101 int hashSize = cpHashSize(hashAlg); variable
Dpcpmgf1ca_rmf.c88 int hashSize = pMethod->hashLen; variable
Dpcphashmessage.c101 int hashSize = pAttr->hashSize; /* hash size */ variable
Dpcphash.h140 int hashSize; /* attr: length (bytes) of hash */ member
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DX0017_StrongEncryptionHeader.java257 private int hashSize; field in X0017_StrongEncryptionHeader
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1472 UInt32 hashSize = hf->GetDigestSize(); in CrcBig() local