Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
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/
A Dghash.h19 struct ghash_desc_ctx { struct
20 u8 buffer[GHASH_BLOCK_SIZE];
21 u32 bytes;
/linux/arch/arm/crypto/
A Dghash-ce-glue.c35 struct ghash_desc_ctx { struct
55 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument
/linux/arch/arm64/crypto/
A Dghash-ce-glue.c38 struct ghash_desc_ctx { struct
39 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)];
40 u8 buf[GHASH_BLOCK_SIZE];
41 u32 count;
/linux/arch/x86/crypto/
A Dghash-clmulni-intel_glue.c39 struct ghash_desc_ctx { struct
46 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument

Completed in 8 milliseconds