Home
last modified time | relevance | path

Searched refs:shash_desc_ctx (Results 1 - 25 of 192) sorted by relevance

12345678

/kernel/linux/linux-5.10/crypto/
H A Dsha256_generic.c38 sha256_init(shash_desc_ctx(desc)); in crypto_sha256_init()
44 sha224_init(shash_desc_ctx(desc)); in crypto_sha224_init()
51 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_update()
59 sha224_final(shash_desc_ctx(desc), out); in crypto_sha256_final()
61 sha256_final(shash_desc_ctx(desc), out); in crypto_sha256_final()
68 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_finup()
H A Dcrct10dif_generic.c44 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init()
54 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update()
62 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final()
77 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup()
/kernel/linux/linux-5.10/drivers/crypto/
H A Dpadlock-sha.c33 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_init()
43 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_update()
50 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_export()
57 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_import()
80 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha1_finup()
141 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha256_finup()
270 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_init_nano()
282 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_update_nano()
330 struct sha1_state *state = (struct sha1_state *)shash_desc_ctx(desc); in padlock_sha1_final_nano()
353 struct sha256_state *sctx = shash_desc_ctx(des in padlock_sha256_init_nano()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Dpadlock-sha.c34 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_init()
44 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_update()
51 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_export()
58 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_import()
81 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha1_finup()
142 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha256_finup()
271 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_init_nano()
283 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_update_nano()
331 struct sha1_state *state = (struct sha1_state *)shash_desc_ctx(desc); in padlock_sha1_final_nano()
354 struct sha256_state *sctx = shash_desc_ctx(des in padlock_sha256_init_nano()
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dcrc32-ce-glue.c66 u32 *crc = shash_desc_ctx(desc); in crc32_init()
75 u32 *crc = shash_desc_ctx(desc); in crc32_update()
84 u32 *crc = shash_desc_ctx(desc); in crc32c_update()
92 u32 *crc = shash_desc_ctx(desc); in crc32_final()
100 u32 *crc = shash_desc_ctx(desc); in crc32c_final()
109 u32 *crc = shash_desc_ctx(desc); in crc32_pmull_update()
143 u32 *crc = shash_desc_ctx(desc); in crc32c_pmull_update()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dcrc32-ce-glue.c66 u32 *crc = shash_desc_ctx(desc); in crc32_init()
75 u32 *crc = shash_desc_ctx(desc); in crc32_update()
84 u32 *crc = shash_desc_ctx(desc); in crc32c_update()
92 u32 *crc = shash_desc_ctx(desc); in crc32_final()
100 u32 *crc = shash_desc_ctx(desc); in crc32c_final()
109 u32 *crc = shash_desc_ctx(desc); in crc32_pmull_update()
143 u32 *crc = shash_desc_ctx(desc); in crc32c_pmull_update()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsha1-ce-glue.c56 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update()
70 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup()
90 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final()
102 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_export()
110 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_import()
H A Dsha2-ce-glue.c67 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update()
82 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup()
107 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final()
121 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_export()
129 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_import()
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Dsha1.c27 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_init()
39 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_update()
73 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_final()
101 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_export()
109 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_import()
H A Dsha1-spe-glue.c60 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_init()
75 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_update()
118 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_final()
155 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_export()
163 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_import()
H A Dmd5-glue.c32 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init()
46 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update()
77 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final()
109 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export()
117 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import()
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha3_512_s390.c22 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()
99 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init()
H A Dsha3_256_s390.c23 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()
90 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init()
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsha1-ce-glue.c56 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update()
70 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup()
90 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final()
102 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_export()
110 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_import()
/kernel/linux/linux-6.6/arch/s390/crypto/
H 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()
98 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init()
H 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()
89 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init()
/kernel/linux/linux-5.10/include/crypto/
H A Dsha512_base.h23 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_base_init()
40 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_init()
60 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_update()
99 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_finalize()
122 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_finish()
H A Dsha256_base.h23 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init()
31 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init()
42 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update()
79 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize()
101 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish()
/kernel/linux/linux-6.6/include/crypto/
H A Dsha256_base.h23 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init()
31 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init()
79 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update()
109 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize()
130 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish()
H A Dsha512_base.h24 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_base_init()
41 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_init()
61 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_update()
100 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_finalize()
123 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_finish()
/kernel/linux/linux-6.6/crypto/
H A Dcrct10dif_generic.c44 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init()
54 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update()
62 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final()
77 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup()
H A Dcrc64_rocksoft_generic.c10 u64 *crc = shash_desc_ctx(desc); in chksum_init()
20 u64 *crc = shash_desc_ctx(desc); in chksum_update()
29 u64 *crc = shash_desc_ctx(desc); in chksum_final()
45 u64 *crc = shash_desc_ctx(desc); in chksum_finup()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c69 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_init()
83 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update()
122 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_final()
157 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export()
165 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import()
/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init()
69 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update()
85 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final()
118 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export()
127 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import()
H A Dsha1_glue.c31 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_init()
64 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_update()
80 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_final()
113 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_export()
122 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_import()

Completed in 9 milliseconds

12345678