Searched refs:s390_sha_ctx (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | sha3_512_s390.c | 22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_init() 33 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_export() 47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_import() 63 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_import() 84 .descsize = sizeof(struct s390_sha_ctx), 99 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init() 115 .descsize = sizeof(struct s390_sha_ctx), 122 .cra_ctxsize = sizeof(struct s390_sha_ctx),
|
| H A D | sha3_256_s390.c | 23 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_init() 34 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_export() 46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_import() 59 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_import() 77 .descsize = sizeof(struct s390_sha_ctx), 90 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init() 106 .descsize = 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 | 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() 74 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); in s390_sha_final()
|
| H A D | sha.h | 22 struct s390_sha_ctx { struct
|