Lines Matching defs:hash
38 #include <crypto/hash.h>
39 #include <crypto/internal/hash.h>
523 const u32 *hash = (const u32 *)ctx->digest;
534 atmel_sha_write(dd, SHA_REG_DIN(i), hash[i]);
541 * the hash/digest are still set to the partial digest output values
925 u32 *hash = (u32 *)ctx->digest;
949 hash[i] = atmel_sha_read(ctx->dd, SHA_REG_DIGEST(i));
1190 return 0; /* uncompleted hash is not needed */
1193 /* copy ready hash (+ finalize hmac) */
1339 /* hash or semi-hash ready */
1984 /* Write both initial hash values to compute a HMAC. */