Searched refs:s390_sha_ctx (Results 1 – 7 of 7) sorted by relevance
/linux/arch/s390/crypto/ |
H A D | sha3_512_s390.c | 21 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 D | sha512_s390.c | 23 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 D | sha3_256_s390.c | 22 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 D | sha256_s390.c | 22 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 D | sha1_s390.c | 32 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 D | sha_common.c | 18 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 D | sha.h | 23 struct s390_sha_ctx { struct
|