/Linux-v5.10/crypto/ |
D | xxhash_generic.c | 23 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(tfm); in xxhash64_setkey() 33 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in xxhash64_init() 63 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in xxhash64_digest()
|
D | crc32_generic.c | 61 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey() 71 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_init() 113 return __crc32_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32_digest()
|
D | crc32c_generic.c | 59 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_init() 75 struct chksum_ctx *mctx = crypto_shash_ctx(tfm); in chksum_setkey() 117 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_digest()
|
D | ghash-generic.c | 58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() 134 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
|
D | nhpoly1305.c | 128 struct nhpoly1305_key *ctx = crypto_shash_ctx(tfm); in crypto_nhpoly1305_setkey() 160 const struct nhpoly1305_key *key = crypto_shash_ctx(desc->tfm); in crypto_nhpoly1305_update_helper() 201 const struct nhpoly1305_key *key = crypto_shash_ctx(desc->tfm); in crypto_nhpoly1305_final_helper()
|
D | xcbc.c | 54 struct xcbc_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_setkey() 89 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_update() 135 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_final()
|
D | michael_mic.c | 50 struct michael_mic_ctx *ctx = crypto_shash_ctx(desc->tfm); in michael_init() 136 struct michael_mic_ctx *mctx = crypto_shash_ctx(tfm); in michael_setkey()
|
D | cmac.c | 53 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cmac_digest_setkey() 122 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_update() 168 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_final()
|
D | blake2s_generic.c | 18 struct blake2s_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2s_setkey() 31 struct blake2s_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2s_init()
|
D | blake2b_generic.c | 150 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm); in blake2b_setkey() 163 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in blake2b_init()
|
D | vmac.c | 432 struct vmac_tfm_ctx *tctx = crypto_shash_ctx(tfm); in vmac_setkey() 481 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in vmac_init() 493 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in vmac_update() 563 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in vmac_final()
|
/Linux-v5.10/arch/x86/crypto/ |
D | crc32c-intel_glue.c | 86 u32 *mctx = crypto_shash_ctx(hash); in crc32c_intel_setkey() 96 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32c_intel_init() 137 return __crc32c_intel_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_intel_digest() 191 return __crc32c_pcl_intel_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_pcl_intel_digest()
|
D | crc32-pclmul_glue.c | 95 u32 *mctx = crypto_shash_ctx(hash); in crc32_pclmul_setkey() 105 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_pclmul_init() 147 return __crc32_pclmul_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32_pclmul_digest()
|
D | ghash-clmulni-intel_glue.c | 56 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() 80 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() 133 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
|
D | blake2s-glue.c | 64 struct blake2s_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2s_setkey() 77 struct blake2s_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2s_init()
|
/Linux-v5.10/arch/sparc/crypto/ |
D | crc32c_glue.c | 34 u32 *mctx = crypto_shash_ctx(hash); in crc32c_sparc64_setkey() 44 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32c_sparc64_init() 106 return __crc32c_sparc64_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_sparc64_digest()
|
/Linux-v5.10/arch/powerpc/crypto/ |
D | crc32c-vpmsum_glue.c | 74 u32 *mctx = crypto_shash_ctx(hash); in crc32c_vpmsum_setkey() 84 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32c_vpmsum_init() 128 return __crc32c_vpmsum_finup(crypto_shash_ctx(desc->tfm), data, len, in crc32c_vpmsum_digest()
|
/Linux-v5.10/arch/s390/crypto/ |
D | crc32-vx.c | 102 struct crc_ctx *mctx = crypto_shash_ctx(desc->tfm); in crc32_vx_init() 112 struct crc_ctx *mctx = crypto_shash_ctx(tfm); in crc32_vx_setkey() 123 struct crc_ctx *mctx = crypto_shash_ctx(tfm); in crc32be_vx_setkey() 201 return __ ## alg ## _vx_finup(crypto_shash_ctx(desc->tfm), \
|
D | ghash_s390.c | 33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() 44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()
|
/Linux-v5.10/arch/mips/crypto/ |
D | crc32-mips.c | 162 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); 178 struct chksum_ctx *mctx = crypto_shash_ctx(tfm); 251 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); 259 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm);
|
/Linux-v5.10/drivers/crypto/stm32/ |
D | stm32-crc32.c | 93 struct stm32_crc_ctx *mctx = crypto_shash_ctx(tfm); in stm32_crc_setkey() 118 struct stm32_crc_ctx *mctx = crypto_shash_ctx(desc->tfm); in stm32_crc_init() 151 struct stm32_crc_ctx *mctx = crypto_shash_ctx(desc->tfm); in burst_update() 245 struct stm32_crc_ctx *mctx = crypto_shash_ctx(desc->tfm); in stm32_crc_final()
|
/Linux-v5.10/drivers/crypto/ |
D | padlock-sha.c | 34 struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc->tfm); in padlock_sha_init() 58 struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc->tfm); in padlock_sha_import() 196 struct padlock_sha_ctx *ctx = crypto_shash_ctx(hash); in padlock_init_tfm() 215 struct padlock_sha_ctx *ctx = crypto_shash_ctx(hash); in padlock_exit_tfm()
|
/Linux-v5.10/arch/arm/crypto/ |
D | ghash-ce-glue.c | 103 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() 133 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() 159 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
|
D | crc32-ce-glue.c | 55 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey() 65 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_init()
|
/Linux-v5.10/arch/arm64/crypto/ |
D | aes-glue.c | 775 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey() 792 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey() 822 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey() 875 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update() 915 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final() 927 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
|