Searched defs:ghash_desc_ctx (Results 1 – 5 of 5) sorted by relevance
23 struct ghash_desc_ctx { struct32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
19 struct ghash_desc_ctx { struct20 u8 buffer[GHASH_BLOCK_SIZE];21 u32 bytes;
40 struct ghash_desc_ctx { struct47 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
40 struct ghash_desc_ctx { struct41 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];42 u8 buf[GHASH_BLOCK_SIZE];43 u32 count;
52 struct ghash_desc_ctx { struct72 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument