Home
last modified time | relevance | path

Searched refs:s390_sha_ctx (Results 1 – 7 of 7) sorted by relevance

/linux/arch/s390/crypto/
H A Dsha3_512_s390.c21 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_init()
34 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_export()
49 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_import()
66 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_import()
88 .descsize = sizeof(struct s390_sha_ctx),
103 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init()
121 .descsize = sizeof(struct s390_sha_ctx),
128 .cra_ctxsize = sizeof(struct s390_sha_ctx),
H A Dsha512_s390.c23 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in sha512_init()
41 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_export()
53 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_import()
73 .descsize = sizeof(struct s390_sha_ctx),
88 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in sha384_init()
111 .descsize = sizeof(struct s390_sha_ctx),
118 .cra_ctxsize = sizeof(struct s390_sha_ctx),
H A Dsha3_256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_init()
35 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_export()
48 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_import()
62 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_import()
81 .descsize = sizeof(struct s390_sha_ctx),
94 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init()
112 .descsize = sizeof(struct s390_sha_ctx),
H A Dsha256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha256_init()
40 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_export()
51 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_import()
68 .descsize = sizeof(struct s390_sha_ctx),
81 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha224_init()
104 .descsize = sizeof(struct s390_sha_ctx),
H A Dsha1_s390.c32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_init()
47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_export()
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_import()
75 .descsize = sizeof(struct s390_sha_ctx),
H A Dsha_common.c18 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in s390_sha_update()
82 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in s390_sha_final()
H A Dsha.h23 struct s390_sha_ctx { struct