Searched refs:MAX_HASH_SIZE (Results 1 – 6 of 6) sorted by relevance
108 Ipp8u md[MAX_HASH_SIZE];109 …BNU_CHUNK_T hashVal[(MAX_HASH_SIZE*8)/BITSIZE(BNU_CHUNK_T)+1]; /* +1 to meet cpMod_BNU() implement…
114 Ipp8u md[MAX_HASH_SIZE];
113 Ipp8u md[MAX_HASH_SIZE];
127 Ipp8u md[MAX_HASH_SIZE];
65 #define MAX_HASH_SIZE (IPP_SHA512_DIGEST_BITSIZE/8) /* hash of the max len (bytes) */ macro