/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 107 .descsize = sizeof(struct sha256_state), 121 .descsize = sizeof(struct sha256_state), 172 .descsize = sizeof(struct sha256_state), 186 .descsize = sizeof(struct sha256_state), 248 .descsize = sizeof(struct sha256_state), 262 .descsize = sizeof(struct sha256_state), 323 .descsize = sizeof(struct sha256_state), 337 .descsize = sizeof(struct sha256_state),
|
D | sha512_ssse3_glue.c | 105 .descsize = sizeof(struct sha512_state), 119 .descsize = sizeof(struct sha512_state), 181 .descsize = sizeof(struct sha512_state), 195 .descsize = sizeof(struct sha512_state), 247 .descsize = sizeof(struct sha512_state), 261 .descsize = sizeof(struct sha512_state),
|
D | sha1_ssse3_glue.c | 93 .descsize = sizeof(struct sha1_state), 142 .descsize = sizeof(struct sha1_state), 224 .descsize = sizeof(struct sha1_state), 274 .descsize = sizeof(struct sha1_state),
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
D | sha3-ce-glue.c | 114 .descsize = sizeof(struct sha3_state), 125 .descsize = sizeof(struct sha3_state), 136 .descsize = sizeof(struct sha3_state), 147 .descsize = sizeof(struct sha3_state),
|
D | sha256-glue.c | 73 .descsize = sizeof(struct sha256_state), 85 .descsize = sizeof(struct sha256_state), 153 .descsize = sizeof(struct sha256_state), 165 .descsize = sizeof(struct sha256_state),
|
D | sha512-glue.c | 61 .descsize = sizeof(struct sha512_state), 73 .descsize = sizeof(struct sha512_state),
|
D | sha512-ce-glue.c | 89 .descsize = sizeof(struct sha512_state), 101 .descsize = sizeof(struct sha512_state),
|
D | crct10dif-ce-glue.c | 97 .descsize = CRC_T10DIF_DIGEST_SIZE, 109 .descsize = CRC_T10DIF_DIGEST_SIZE,
|
D | sha2-ce-glue.c | 143 .descsize = sizeof(struct sha256_ce_state), 160 .descsize = sizeof(struct sha256_ce_state),
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | sha256_neon_glue.c | 72 .descsize = sizeof(struct sha256_state), 86 .descsize = sizeof(struct sha256_state),
|
D | sha512-neon-glue.c | 70 .descsize = sizeof(struct sha512_state), 85 .descsize = sizeof(struct sha512_state),
|
D | sha256_glue.c | 63 .descsize = sizeof(struct sha256_state), 77 .descsize = sizeof(struct sha256_state),
|
D | sha2-ce-glue.c | 73 .descsize = sizeof(struct sha256_state), 87 .descsize = sizeof(struct sha256_state),
|
D | sha512-glue.c | 57 .descsize = sizeof(struct sha512_state), 71 .descsize = sizeof(struct sha512_state),
|
/kernel/linux/linux-5.10/crypto/ |
D | sha256_generic.c | 79 .descsize = sizeof(struct sha256_state), 93 .descsize = sizeof(struct sha256_state),
|
D | sha3_generic.c | 245 .descsize = sizeof(struct sha3_state), 255 .descsize = sizeof(struct sha3_state), 265 .descsize = sizeof(struct sha3_state), 275 .descsize = sizeof(struct sha3_state),
|
D | blake2b_generic.c | 251 .descsize = sizeof(struct blake2b_state), 265 .descsize = sizeof(struct blake2b_state), 279 .descsize = sizeof(struct blake2b_state), 293 .descsize = sizeof(struct blake2b_state),
|
D | tgr192.c | 631 .descsize = sizeof(struct tgr192_ctx), 643 .descsize = sizeof(struct tgr192_ctx), 655 .descsize = sizeof(struct tgr192_ctx),
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
D | sha3_256_s390.c | 77 .descsize = sizeof(struct s390_sha_ctx), 106 .descsize = sizeof(struct s390_sha_ctx),
|
D | sha3_512_s390.c | 84 .descsize = sizeof(struct s390_sha_ctx), 115 .descsize = sizeof(struct s390_sha_ctx),
|
D | sha256_s390.c | 68 .descsize = sizeof(struct s390_sha_ctx), 104 .descsize = sizeof(struct s390_sha_ctx),
|
D | sha512_s390.c | 73 .descsize = sizeof(struct s390_sha_ctx), 111 .descsize = sizeof(struct s390_sha_ctx),
|
D | crc32-vx.c | 232 .descsize = sizeof(struct crc_desc_ctx), 253 .descsize = sizeof(struct crc_desc_ctx), 274 .descsize = sizeof(struct crc_desc_ctx),
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | txx9dmac.c | 204 ddev->descsize, DMA_TO_DEVICE); in txx9dmac_desc_alloc() 249 child->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu() 252 desc->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu() 436 prev->txd.phys, ddev->descsize, in txx9dmac_dequeue() 780 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy() 793 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy() 875 ddev->descsize, in txx9dmac_prep_slave_sg() 888 prev->txd.phys, ddev->descsize, in txx9dmac_prep_slave_sg() 951 prev->txd.phys, ddev->descsize, in txx9dmac_chain_dynamic() 1066 ddev->descsize, DMA_TO_DEVICE); in txx9dmac_free_chan_resources() [all …]
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | padlock-sha.c | 209 hash->descsize += crypto_shash_descsize(fallback_tfm); in padlock_init_tfm() 230 .descsize = sizeof(struct padlock_sha_desc), 253 .descsize = sizeof(struct padlock_sha_desc), 463 .descsize = sizeof(struct sha1_state), 481 .descsize = sizeof(struct sha256_state),
|