Home
last modified time | relevance | path

Searched refs:shash_desc_ctx (Results 1 – 25 of 101) sorted by relevance

12345

/linux/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()
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()
354 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_init_nano()
367 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_update_nano()
416 (struct sha256_state *)shash_desc_ctx(desc); in padlock_sha256_final_nano()
441 void *sctx = shash_desc_ctx(desc); in padlock_sha_export_nano()
[all …]
/linux/arch/s390/crypto/
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()
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()
/linux/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()
H A Dsha1_base.h23 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_init()
40 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_update()
77 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_finalize()
98 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_finish()
H A Dsm3_base.h23 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_init()
43 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_update()
80 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_finalize()
101 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_finish()
/linux/arch/arm64/crypto/
H A Dsha1-ce-glue.c57 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update()
71 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup()
91 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final()
103 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_export()
111 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_import()
H A Dsha2-ce-glue.c68 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update()
83 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup()
108 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final()
129 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_export()
137 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_import()
H A Dcrct10dif-ce-glue.c28 u16 *crc = shash_desc_ctx(desc); in crct10dif_init()
37 u16 *crc = shash_desc_ctx(desc); in crct10dif_update_pmull_p8()
62 u16 *crc = shash_desc_ctx(desc); in crct10dif_update_pmull_p64()
86 u16 *crc = shash_desc_ctx(desc); in crct10dif_final()
/linux/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()
/linux/crypto/
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()
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 Dsha256_generic.c39 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_update()
47 sha224_final(shash_desc_ctx(desc), out); in crypto_sha256_final()
49 sha256_final(shash_desc_ctx(desc), out); in crypto_sha256_final()
56 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_finup()
H A Dcrc32_generic.c50 u32 *crcp = shash_desc_ctx(desc); in crc32_init()
60 u32 *crcp = shash_desc_ctx(desc); in crc32_update()
77 return __crc32_finup(shash_desc_ctx(desc), data, len, out); in crc32_finup()
82 u32 *crcp = shash_desc_ctx(desc); in crc32_final()
H A Dcrc32c_generic.c60 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init()
86 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update()
94 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final()
109 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup()
H A Dsm3_generic.c33 sm3_update(shash_desc_ctx(desc), data, len); in crypto_sm3_update()
39 sm3_final(shash_desc_ctx(desc), out); in crypto_sm3_final()
46 struct sm3_state *sctx = shash_desc_ctx(desc); in crypto_sm3_finup()
/linux/arch/x86/crypto/
H A Dcrc32c-intel_glue.c97 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_init()
107 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_update()
123 return __crc32c_intel_finup(shash_desc_ctx(desc), data, len, out); in crc32c_intel_finup()
128 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_final()
154 u32 *crcp = shash_desc_ctx(desc); in crc32c_pcl_intel_update()
185 return __crc32c_pcl_intel_finup(shash_desc_ctx(desc), data, len, out); in crc32c_pcl_intel_finup()
H A Dcrct10dif-pclmul_glue.c45 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init()
55 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update()
68 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final()
88 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup()
/linux/arch/powerpc/crypto/
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()
H A Dsha1.c29 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_update()
63 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_final()
91 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_export()
99 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_import()
/linux/arch/loongarch/crypto/
H A Dcrc32-loongarch.c114 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init()
139 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update()
147 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksumc_update()
155 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final()
163 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksumc_final()
183 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup()
190 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksumc_finup()
/linux/arch/sparc/crypto/
H A Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init()
70 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update()
86 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final()
119 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export()
128 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c83 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_init()
92 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_update()
99 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_final()
106 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_finup()
113 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_import()
122 struct zynqmp_sha_desc_ctx *dctx = shash_desc_ctx(desc); in zynqmp_sha_export()
/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c69 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_init()
84 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update()
123 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_final()
159 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export()
167 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import()

12345