Searched defs:_cpHashMethod_rmf (Results 1 – 1 of 1) sorted by relevance
57 typedef struct _cpHashMethod_rmf { struct58 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 */