Lines Matching defs:desc
20 static int sha3_512_init(struct shash_desc *desc)
22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
31 static int sha3_512_export(struct shash_desc *desc, void *out)
33 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
45 static int sha3_512_import(struct shash_desc *desc, const void *in)
47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
61 static int sha3_384_import(struct shash_desc *desc, const void *in)
63 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
97 static int sha3_384_init(struct shash_desc *desc)
99 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);