/linux/crypto/ |
A D | sha256_generic.c | 38 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()
|
A 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() 77 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); in chksum_finup()
|
A D | crc32_generic.c | 50 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()
|
A D | crc32c_generic.c | 60 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()
|
/linux/drivers/crypto/ |
A D | padlock-sha.c | 34 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/include/crypto/ |
A D | sha256_base.h | 24 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init() 32 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init() 43 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update() 80 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize() 102 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish()
|
A D | sha512_base.h | 24 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()
|
A D | sm3_base.h | 23 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/powerpc/crypto/ |
A D | sha1.c | 27 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()
|
A D | md5-glue.c | 32 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()
|
A D | sha1-spe-glue.c | 60 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()
|
A D | sha256-spe-glue.c | 61 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_init() 78 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha224_init() 96 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_update() 140 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_final() 201 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_export() 209 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_import()
|
/linux/arch/arm/crypto/ |
A D | crc32-ce-glue.c | 66 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/arch/arm64/crypto/ |
A D | sha1-ce-glue.c | 56 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()
|
A D | sha2-ce-glue.c | 67 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()
|
/linux/arch/s390/crypto/ |
A D | sha3_256_s390.c | 22 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()
|
A D | sha3_512_s390.c | 21 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/arch/x86/crypto/ |
A D | crc32c-intel_glue.c | 97 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()
|
A D | crct10dif-pclmul_glue.c | 45 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/sparc/crypto/ |
A 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()
|
A 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()
|
A D | md5_glue.c | 34 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/arch/mips/cavium-octeon/crypto/ |
A D | octeon-sha256.c | 68 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha224_init() 85 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_init() 134 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_update() 159 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_final() 211 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_export() 219 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_import()
|
A D | octeon-md5.c | 69 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()
|
/linux/arch/mips/crypto/ |
A D | crc32-mips.c | 163 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 189 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 198 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 206 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 214 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 235 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); 243 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
|