Lines Matching defs:hash
9 #include <crypto/internal/hash.h>
141 u8 *hash = areq_ctx->tail;
144 hash = (u8 *)ALIGN((unsigned long)hash + crypto_ahash_alignmask(auth),
148 ahash_request_set_crypt(ahreq, req->dst, hash,
157 scatterwalk_map_and_copy(hash, req->dst, req->assoclen + req->cryptlen,
288 u8 *hash = areq_ctx->tail;
291 hash = (u8 *)ALIGN((unsigned long)hash + crypto_ahash_alignmask(auth),
295 ahash_request_set_crypt(ahreq, req->src, hash,