/* * Common values for GHASH algorithms */ #ifndef __CRYPTO_GHASH_H__ #define __CRYPTO_GHASH_H__ #include #include #define GHASH_BLOCK_SIZE 16 #define GHASH_DIGEST_SIZE 16 struct ghash_ctx { struct gf128mul_4k *gf128; }; struct ghash_desc_ctx { u8 buffer[GHASH_BLOCK_SIZE]; u32 bytes; }; #endif atom+xml'/>
summaryrefslogtreecommitdiff
a href='/cgit.cgi/linux/net-next.git/log/include/uapi/asm-generic/signal.h?h=nds-private-remove&id=257e738238e8ee3960957097be4bf6be6c66a3c4&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines