Lines Matching defs:hash
18 #include <crypto/internal/hash.h>
285 u32 *hash = (u32 *)ctx->digest;
290 hash[i] = omap_sham_read(dd, SHA_REG_IDIGEST(dd, i));
292 omap_sham_write(dd, SHA_REG_IDIGEST(dd, i), hash[i]);
325 u32 *hash = (u32 *)req->result;
328 if (!hash)
359 hash[i] = be32_to_cpup((__be32 *)in + i);
362 hash[i] = le32_to_cpup((__le32 *)in + i);
1069 dev_dbg(dd->dev, "hash-one: op: %u, total: %u, digcnt: %zd, final: %d",
1241 return 0; /* uncompleted hash is not needed */
1255 /* copy ready hash (+ finalize hmac) */
1738 /* hash or semi-hash ready */