Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/crypto/
Dsha512_s390.c28 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in sha512_init()
46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_export()
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_import()
78 .descsize = sizeof(struct s390_sha_ctx),
94 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in sha384_init()
117 .descsize = sizeof(struct s390_sha_ctx),
125 .cra_ctxsize = sizeof(struct s390_sha_ctx),
Dsha256_s390.c27 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_init()
45 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_export()
56 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_import()
73 .descsize = sizeof(struct s390_sha_ctx),
87 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha224_init()
110 .descsize = sizeof(struct s390_sha_ctx),
Dsha1_s390.c37 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_init()
52 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_export()
63 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_import()
80 .descsize = sizeof(struct s390_sha_ctx),
Dsha_common.c23 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in s390_sha_update()
65 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in s390_sha_final()
Dsha.h25 struct s390_sha_ctx { struct