Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
A Dsha3_512_s390.c21 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_init()
32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_export()
46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_import()
62 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_import()
83 .descsize = sizeof(struct s390_sha_ctx),
98 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init()
114 .descsize = sizeof(struct s390_sha_ctx),
121 .cra_ctxsize = sizeof(struct s390_sha_ctx),
A Dsha3_256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_init()
33 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_export()
45 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_import()
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_import()
76 .descsize = sizeof(struct s390_sha_ctx),
89 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init()
105 .descsize = sizeof(struct s390_sha_ctx),
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),
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),
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),
A Dsha_common.c18 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in s390_sha_update()
74 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in s390_sha_final()
A Dsha.h23 struct s390_sha_ctx { struct

Completed in 12 milliseconds