Lines Matching defs:desc
21 static int sha3_256_init(struct shash_desc *desc)
23 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
32 static int sha3_256_export(struct shash_desc *desc, void *out)
34 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
44 static int sha3_256_import(struct shash_desc *desc, const void *in)
46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
57 static int sha3_224_import(struct shash_desc *desc, const void *in)
59 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
88 static int sha3_224_init(struct shash_desc *desc)
90 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);