/linux-2.6.39/drivers/staging/hv/ |
D | channel.c | 776 u32 descsize; in vmbus_sendpacket_pagebuffer() local 791 descsize = sizeof(struct vmbus_channel_packet_page_buffer) - in vmbus_sendpacket_pagebuffer() 794 packetlen = descsize + bufferlen; in vmbus_sendpacket_pagebuffer() 802 desc.dataoffset8 = descsize >> 3; /* in 8-bytes grandularity */ in vmbus_sendpacket_pagebuffer() 814 sg_set_buf(&bufferlist[0], &desc, descsize); in vmbus_sendpacket_pagebuffer() 839 u32 descsize; in vmbus_sendpacket_multipagebuffer() local 860 descsize = sizeof(struct vmbus_channel_packet_multipage_buffer) - in vmbus_sendpacket_multipagebuffer() 863 packetlen = descsize + bufferlen; in vmbus_sendpacket_multipagebuffer() 871 desc.dataoffset8 = descsize >> 3; /* in 8-bytes grandularity */ in vmbus_sendpacket_multipagebuffer() 883 sg_set_buf(&bufferlist[0], &desc, descsize); in vmbus_sendpacket_multipagebuffer()
|
/linux-2.6.39/arch/s390/crypto/ |
D | sha512_s390.c | 77 .descsize = sizeof(struct s390_sha_ctx), 116 .descsize = sizeof(struct s390_sha_ctx),
|
D | sha1_s390.c | 79 .descsize = sizeof(struct s390_sha_ctx),
|
D | sha256_s390.c | 75 .descsize = sizeof(struct s390_sha_ctx),
|
/linux-2.6.39/drivers/dma/ |
D | txx9dmac.c | 205 ddev->descsize, DMA_TO_DEVICE); in txx9dmac_desc_alloc() 250 child->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu() 253 desc->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu() 480 prev->txd.phys, ddev->descsize, in txx9dmac_dequeue() 824 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy() 837 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy() 919 ddev->descsize, in txx9dmac_prep_slave_sg() 932 prev->txd.phys, ddev->descsize, in txx9dmac_prep_slave_sg() 1011 prev->txd.phys, ddev->descsize, in txx9dmac_chain_dynamic() 1127 ddev->descsize, DMA_TO_DEVICE); in txx9dmac_free_chan_resources() [all …]
|
D | txx9dmac.h | 189 unsigned int descsize; member
|
/linux-2.6.39/drivers/crypto/ |
D | padlock-sha.c | 229 hash->descsize += crypto_shash_descsize(fallback_tfm); in padlock_cra_init() 251 .descsize = sizeof(struct padlock_sha_desc), 275 .descsize = sizeof(struct padlock_sha_desc),
|
/linux-2.6.39/crypto/ |
D | tgr192.c | 636 .descsize = sizeof(struct tgr192_ctx), 650 .descsize = sizeof(struct tgr192_ctx), 664 .descsize = sizeof(struct tgr192_ctx),
|
D | wp512.c | 1121 .descsize = sizeof(struct wp512_ctx), 1135 .descsize = sizeof(struct wp512_ctx), 1149 .descsize = sizeof(struct wp512_ctx),
|
D | shash.c | 516 hash->descsize = crypto_shash_alg(hash)->descsize; in crypto_shash_init_tfm() 562 alg->descsize > PAGE_SIZE / 8 || in shash_prepare_alg() 577 alg->statesize = alg->descsize; in shash_prepare_alg()
|
D | sha1_generic.c | 127 .descsize = sizeof(struct sha1_state),
|
D | crc32c.c | 232 .descsize = sizeof(struct chksum_desc_ctx),
|
D | sha512_generic.c | 253 .descsize = sizeof(struct sha512_state), 267 .descsize = sizeof(struct sha512_state),
|
D | ghash-generic.c | 141 .descsize = sizeof(struct ghash_desc_ctx),
|
D | michael_mic.c | 159 .descsize = sizeof(struct michael_mic_desc_ctx),
|
D | xcbc.c | 238 inst->alg.descsize = ALIGN(sizeof(struct xcbc_desc_ctx), in xcbc_create()
|
D | hmac.c | 171 parent->descsize = sizeof(struct shash_desc) + in hmac_init_tfm()
|
D | md4.c | 233 .descsize = sizeof(struct md4_ctx),
|
D | md5.c | 236 .descsize = sizeof(struct md5_state),
|
D | sha256_generic.c | 346 .descsize = sizeof(struct sha256_state), 362 .descsize = sizeof(struct sha256_state),
|
D | rmd128.c | 305 .descsize = sizeof(struct rmd128_ctx),
|
D | rmd256.c | 324 .descsize = sizeof(struct rmd256_ctx),
|
/linux-2.6.39/include/crypto/ |
D | hash.h | 75 unsigned int descsize; member 101 unsigned int descsize; member 319 return tfm->descsize; in crypto_shash_descsize()
|
/linux-2.6.39/arch/x86/crypto/ |
D | crc32c-intel.c | 163 .descsize = sizeof(u32),
|
D | ghash-clmulni-intel_glue.c | 143 .descsize = sizeof(struct ghash_desc_ctx),
|