Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/crypto/
Dghash-ce-glue.c30 struct ghash_desc_ctx { struct
41 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument
43 *ctx = (struct ghash_desc_ctx){}; in ghash_init()
50 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update()
84 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final()
99 *ctx = (struct ghash_desc_ctx){}; in ghash_final()
133 .descsize = sizeof(struct ghash_desc_ctx),
/linux-4.1.27/crypto/
Dghash-generic.c30 struct ghash_desc_ctx { struct
37 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
66 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
103 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
121 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
147 .descsize = sizeof(struct ghash_desc_ctx),
/linux-4.1.27/arch/s390/crypto/
Dghash_s390.c22 struct ghash_desc_ctx { struct
31 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
58 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
98 static int ghash_flush(struct ghash_desc_ctx *dctx) in ghash_flush()
120 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
135 .descsize = sizeof(struct ghash_desc_ctx),
/linux-4.1.27/arch/arm/crypto/
Dghash-ce-glue.c33 struct ghash_desc_ctx { struct
48 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument
50 *ctx = (struct ghash_desc_ctx){}; in ghash_init()
57 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update()
91 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final()
105 *ctx = (struct ghash_desc_ctx){}; in ghash_final()
139 .descsize = sizeof(struct ghash_desc_ctx),
/linux-4.1.27/arch/x86/crypto/
Dghash-clmulni-intel_glue.c41 struct ghash_desc_ctx { struct
48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
83 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
116 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
136 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
152 .descsize = sizeof(struct ghash_desc_ctx),