/Linux-v4.19/crypto/ |
D | crct10dif_generic.c | 44 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() 78 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup() 86 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_digest()
|
D | crc32_generic.c | 74 u32 *crcp = shash_desc_ctx(desc); in crc32_init() 84 u32 *crcp = shash_desc_ctx(desc); in crc32_update() 101 return __crc32_finup(shash_desc_ctx(desc), data, len, out); in crc32_finup() 106 u32 *crcp = shash_desc_ctx(desc); in crc32_final()
|
D | crc32c_generic.c | 65 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init() 93 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update() 101 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final() 116 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup()
|
/Linux-v4.19/arch/x86/crypto/ |
D | crct10dif-pclmul_glue.c | 50 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_init() 60 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_update() 73 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_final() 94 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup() 102 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_digest()
|
D | crc32c-intel_glue.c | 117 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_init() 127 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_update() 143 return __crc32c_intel_finup(shash_desc_ctx(desc), data, len, out); in crc32c_intel_finup() 148 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_final() 174 u32 *crcp = shash_desc_ctx(desc); in crc32c_pcl_intel_update() 205 return __crc32c_pcl_intel_finup(shash_desc_ctx(desc), data, len, out); in crc32c_pcl_intel_finup()
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-sha.c | 38 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_init() 49 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_update() 57 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_export() 64 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_import() 88 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha1_finup() 150 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha256_finup() 286 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_init_nano() 298 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_update_nano() 346 struct sha1_state *state = (struct sha1_state *)shash_desc_ctx(desc); in padlock_sha1_final_nano() 369 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_init_nano() [all …]
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | sha1.c | 33 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_init() 45 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_update() 81 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_final() 109 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_export() 117 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_import()
|
D | md5-glue.c | 38 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init() 52 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update() 83 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final() 115 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export() 123 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import()
|
D | sha1-spe-glue.c | 66 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_init() 81 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_update() 124 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_final() 161 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_export() 169 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_import()
|
D | sha256-spe-glue.c | 67 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_init() 84 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha224_init() 102 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_update() 146 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_final() 207 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_export() 215 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_import()
|
/Linux-v4.19/arch/arm64/crypto/ |
D | crc32-ce-glue.c | 70 u32 *crc = shash_desc_ctx(desc); in crc32_pmull_init() 79 u32 *crc = shash_desc_ctx(desc); in crc32_update() 88 u32 *crc = shash_desc_ctx(desc); in crc32c_update() 97 u32 *crc = shash_desc_ctx(desc); in crc32_pmull_update() 129 u32 *crc = shash_desc_ctx(desc); in crc32c_pmull_update() 161 u32 *crc = shash_desc_ctx(desc); in crc32_pmull_final() 169 u32 *crc = shash_desc_ctx(desc); in crc32c_pmull_final()
|
/Linux-v4.19/arch/arm/crypto/ |
D | crc32-ce-glue.c | 70 u32 *crc = shash_desc_ctx(desc); in crc32_init() 79 u32 *crc = shash_desc_ctx(desc); in crc32_update() 88 u32 *crc = shash_desc_ctx(desc); in crc32c_update() 96 u32 *crc = shash_desc_ctx(desc); in crc32_final() 104 u32 *crc = shash_desc_ctx(desc); in crc32c_final() 113 u32 *crc = shash_desc_ctx(desc); in crc32_pmull_update() 147 u32 *crc = shash_desc_ctx(desc); in crc32c_pmull_update()
|
/Linux-v4.19/include/crypto/ |
D | sha256_base.h | 23 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init() 40 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init() 60 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update() 97 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize() 119 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish()
|
D | sha512_base.h | 23 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()
|
D | sha1_base.h | 22 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_init() 39 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_update() 76 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_finalize() 97 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_finish()
|
D | sm3_base.h | 30 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_init() 50 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_update() 87 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_finalize() 108 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_finish()
|
/Linux-v4.19/arch/sparc/crypto/ |
D | sha1_glue.c | 31 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()
|
D | sha256_glue.c | 31 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_sparc64_init() 47 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_init() 85 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_update() 100 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_final() 145 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_export() 153 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_import()
|
D | md5_glue.c | 34 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()
|
D | crc32c_glue.c | 46 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_init() 72 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_update() 93 return __crc32c_sparc64_finup(shash_desc_ctx(desc), data, len, out); in crc32c_sparc64_finup() 98 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_final()
|
/Linux-v4.19/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha256.c | 72 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha224_init() 89 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_init() 138 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_update() 163 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_final() 215 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_export() 223 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_import()
|
D | octeon-md5.c | 70 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() 158 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export() 166 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import()
|
D | octeon-sha1.c | 80 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_init() 126 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_update() 151 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_final() 191 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_export() 199 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_import()
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe.h | 83 *(u32 *)shash_desc_ctx(shash) = crc; in rxe_crc32() 90 retval = *(u32 *)shash_desc_ctx(shash); in rxe_crc32() 91 barrier_data(shash_desc_ctx(shash)); in rxe_crc32()
|
/Linux-v4.19/arch/mips/crypto/ |
D | crc32-mips.c | 163 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 191 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 200 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 208 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 216 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 237 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 245 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
|