Lines Matching refs:hash
40 #include <crypto/internal/hash.h>
67 u64 polytmp[2*VMAC_TAG_LEN/64]; /* running total of L2-hash */
138 * Here these two hash functions are defined multiple time; once for
398 /* L1 and L2-hash one or more VMAC_NHBYTES-byte blocks */
542 /* L1 and L2-hash the final block if needed */
558 /* L3-hash the 128-bit output of L2-hash */
567 u64 hash, pad;
582 hash = vhash_final(tctx, dctx);
593 put_unaligned_be64(hash + pad, out);
695 MODULE_DESCRIPTION("VMAC hash algorithm");