Lines Matching defs:hash
29 #include <crypto/internal/hash.h>
39 u64 *hash = (u64 *)ctx->hash;
41 write_octeon_64bit_hash_dword(hash[0], 0);
42 write_octeon_64bit_hash_dword(hash[1], 1);
47 u64 *hash = (u64 *)ctx->hash;
49 hash[0] = read_octeon_64bit_hash_dword(0);
50 hash[1] = read_octeon_64bit_hash_dword(1);
71 mctx->hash[0] = cpu_to_le32(MD5_H0);
72 mctx->hash[1] = cpu_to_le32(MD5_H1);
73 mctx->hash[2] = cpu_to_le32(MD5_H2);
74 mctx->hash[3] = cpu_to_le32(MD5_H3);
149 memcpy(out, mctx->hash, sizeof(mctx->hash));