Home | History | Annotate | Download | only in crypto

Lines Matching refs:hash

102 	u8 hash[SHA1_MAC_LEN];
106 /* First, add hash back to pool to make backtracking more difficult. */
108 sizeof(pool), hash);
109 random_mix_pool(hash, sizeof(hash));
110 /* Hash half the pool to extra data */
114 sizeof(buf), hash);
116 * Fold the hash to further reduce any potential output pattern.
120 hash_ptr = (u32 *) hash;
122 os_memcpy(out, hash, EXTRACT_LEN);