Lines Matching refs:hash
39 #include <crypto/internal/hash.h>
66 u64 polytmp[2*VMAC_TAG_LEN/64]; /* running total of L2-hash */
137 * Here these two hash functions are defined multiple time; once for
397 /* L1 and L2-hash one or more VMAC_NHBYTES-byte blocks */
541 /* L1 and L2-hash the final block if needed */
557 /* L3-hash the 128-bit output of L2-hash */
566 u64 hash, pad;
581 hash = vhash_final(tctx, dctx);
592 put_unaligned_be64(hash + pad, out);
694 MODULE_DESCRIPTION("VMAC hash algorithm");