Home
last modified time | relevance | path

Searched defs:ghash_desc_ctx (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/crypto/
H A Dghash_s390.c23 struct ghash_desc_ctx { struct
32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
/linux/include/crypto/
H A Dghash.h19 struct ghash_desc_ctx { struct
20 u8 buffer[GHASH_BLOCK_SIZE];
21 u32 bytes;
/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c40 struct ghash_desc_ctx { struct
47 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c40 struct ghash_desc_ctx { struct
41 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
42 u8 buf[GHASH_BLOCK_SIZE];
43 u32 count;
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c52 struct ghash_desc_ctx { struct
72 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument