/Linux-v4.19/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 107 .descsize = sizeof(struct sha256_state), 121 .descsize = sizeof(struct sha256_state), 173 .descsize = sizeof(struct sha256_state), 187 .descsize = sizeof(struct sha256_state), 255 .descsize = sizeof(struct sha256_state), 269 .descsize = sizeof(struct sha256_state), 335 .descsize = sizeof(struct sha256_state), 349 .descsize = sizeof(struct sha256_state),
|
D | sha512_ssse3_glue.c | 107 .descsize = sizeof(struct sha512_state), 121 .descsize = sizeof(struct sha512_state), 184 .descsize = sizeof(struct sha512_state), 198 .descsize = sizeof(struct sha512_state), 255 .descsize = sizeof(struct sha512_state), 269 .descsize = sizeof(struct sha512_state),
|
D | sha1_ssse3_glue.c | 102 .descsize = sizeof(struct sha1_state), 154 .descsize = sizeof(struct sha1_state), 245 .descsize = sizeof(struct sha1_state), 302 .descsize = sizeof(struct sha1_state),
|
D | poly1305_glue.c | 167 .descsize = sizeof(struct poly1305_simd_desc_ctx), 186 alg.descsize = sizeof(struct poly1305_simd_desc_ctx); in poly1305_simd_mod_init() 188 alg.descsize += 10 * sizeof(u32); in poly1305_simd_mod_init()
|
/Linux-v4.19/arch/arm64/crypto/ |
D | sha3-ce-glue.c | 105 .descsize = sizeof(struct sha3_state), 116 .descsize = sizeof(struct sha3_state), 127 .descsize = sizeof(struct sha3_state), 138 .descsize = sizeof(struct sha3_state),
|
D | sha256-glue.c | 67 .descsize = sizeof(struct sha256_state), 79 .descsize = sizeof(struct sha256_state), 150 .descsize = sizeof(struct sha256_state), 162 .descsize = sizeof(struct sha256_state),
|
D | sha512-glue.c | 62 .descsize = sizeof(struct sha512_state), 74 .descsize = sizeof(struct sha512_state),
|
D | sha512-ce-glue.c | 85 .descsize = sizeof(struct sha512_state), 97 .descsize = sizeof(struct sha512_state),
|
D | sha2-ce-glue.c | 111 .descsize = sizeof(struct sha256_ce_state), 125 .descsize = sizeof(struct sha256_ce_state),
|
/Linux-v4.19/arch/arm/crypto/ |
D | sha512-neon-glue.c | 72 .descsize = sizeof(struct sha512_state), 87 .descsize = sizeof(struct sha512_state),
|
D | sha256_neon_glue.c | 77 .descsize = sizeof(struct sha256_state), 91 .descsize = sizeof(struct sha256_state),
|
D | sha256_glue.c | 69 .descsize = sizeof(struct sha256_state), 83 .descsize = sizeof(struct sha256_state),
|
D | sha512-glue.c | 60 .descsize = sizeof(struct sha512_state), 74 .descsize = sizeof(struct sha512_state),
|
D | sha2-ce-glue.c | 75 .descsize = sizeof(struct sha256_state), 89 .descsize = sizeof(struct sha256_state),
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | ghash.c | 73 if (shash_tfm->descsize < sizeof(struct p8_ghash_desc_ctx) in p8_ghash_init_tfm() 78 shash_tfm->descsize - sizeof(struct p8_ghash_desc_ctx), in p8_ghash_init_tfm() 212 .descsize = sizeof(struct p8_ghash_desc_ctx)
|
/Linux-v4.19/crypto/ |
D | sha3_generic.c | 250 .descsize = sizeof(struct sha3_state), 260 .descsize = sizeof(struct sha3_state), 270 .descsize = sizeof(struct sha3_state), 280 .descsize = sizeof(struct sha3_state),
|
D | tgr192.c | 636 .descsize = sizeof(struct tgr192_ctx), 647 .descsize = sizeof(struct tgr192_ctx), 658 .descsize = sizeof(struct tgr192_ctx),
|
/Linux-v4.19/drivers/dma/ |
D | txx9dmac.c | 207 ddev->descsize, DMA_TO_DEVICE); in txx9dmac_desc_alloc() 252 child->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu() 255 desc->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu() 440 prev->txd.phys, ddev->descsize, in txx9dmac_dequeue() 784 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy() 797 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy() 879 ddev->descsize, in txx9dmac_prep_slave_sg() 892 prev->txd.phys, ddev->descsize, in txx9dmac_prep_slave_sg() 955 prev->txd.phys, ddev->descsize, in txx9dmac_chain_dynamic() 1071 ddev->descsize, DMA_TO_DEVICE); in txx9dmac_free_chan_resources() [all …]
|
/Linux-v4.19/arch/s390/crypto/ |
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 | 236 .descsize = sizeof(struct crc_desc_ctx), 257 .descsize = sizeof(struct crc_desc_ctx), 278 .descsize = sizeof(struct crc_desc_ctx),
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-sha.c | 222 hash->descsize += crypto_shash_descsize(fallback_tfm); in padlock_cra_init() 244 .descsize = sizeof(struct padlock_sha_desc), 267 .descsize = sizeof(struct padlock_sha_desc), 479 .descsize = sizeof(struct sha1_state), 497 .descsize = sizeof(struct sha256_state),
|
/Linux-v4.19/arch/sparc/crypto/ |
D | sha512_glue.c | 152 .descsize = sizeof(struct sha512_state), 167 .descsize = sizeof(struct sha512_state),
|
D | sha256_glue.c | 166 .descsize = sizeof(struct sha256_state), 182 .descsize = sizeof(struct sha256_state),
|
/Linux-v4.19/include/crypto/ |
D | hash.h | 190 unsigned int descsize; member 216 unsigned int descsize; member 792 return tfm->descsize; in crypto_shash_descsize()
|