Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcphashmethod_rmf.h57 typedef struct _cpHashMethod_rmf { struct
58 IppHashAlgId hashAlgId; /* algorithm ID */
59 int hashLen; /* hash length in bytes */
60 int msgBlkSize; /* message blkock size in bytes */
61 int msgLenRepSize; /* length of processed msg length representation in bytes */
62 hashInitF hashInit; /* set initial hash value */
63 hashUpdateF hashUpdate; /* hash compressor */
64 hashOctStrF hashOctStr; /* convert hash into oct string */
65 msgLenRepF msgLenRep; /* processed mgs length representation */