Home
last modified time | relevance | path

Searched refs:descsize (Results 1 – 25 of 50) sorted by relevance

12

/linux/crypto/
H A Dshash.c239 unsigned int descsize = crypto_shash_descsize(tfm); in crypto_shash_export() local
243 memcpy(out + ss - plen, buf + descsize - plen, plen); in crypto_shash_export()
254 unsigned int descsize, plen, ss; in __crypto_shash_import() local
264 descsize = crypto_shash_descsize(tfm); in __crypto_shash_import()
265 buf[descsize - 1] = 0; in __crypto_shash_import()
290 unsigned int descsize = crypto_shash_descsize(tfm); in crypto_shash_import() local
294 memcpy(buf + descsize - plen, in + ss - plen, plen); in crypto_shash_import()
295 if (buf[descsize - 1] >= plen) in crypto_shash_import()
494 alg->halg.statesize = alg->descsize; in shash_prepare_alg()
500 alg->descsize in shash_prepare_alg()
[all...]
H A Dsha512.c275 .descsize = sizeof(struct sha384_ctx),
291 .descsize = sizeof(struct sha512_ctx),
309 .descsize = sizeof(struct hmac_sha384_ctx),
327 .descsize = sizeof(struct hmac_sha512_ctx),
H A Dsha256.c269 .descsize = sizeof(struct sha224_ctx),
285 .descsize = sizeof(struct sha256_ctx),
303 .descsize = sizeof(struct hmac_sha224_ctx),
321 .descsize = sizeof(struct hmac_sha256_ctx),
H A Dsha3_generic.c226 .descsize = SHA3_STATE_SIZE,
237 .descsize = SHA3_STATE_SIZE,
248 .descsize = SHA3_STATE_SIZE,
259 .descsize = SHA3_STATE_SIZE,
H A Dsha1.c160 .descsize = sizeof(struct sha1_ctx),
178 .descsize = sizeof(struct hmac_sha1_ctx),
H A Dsm3_generic.c43 .descsize = SM3_STATE_SIZE,
H A Dwp512.c1091 .descsize = sizeof(struct wp512_ctx),
1104 .descsize = sizeof(struct wp512_ctx),
1117 .descsize = sizeof(struct wp512_ctx),
H A Dxxhash_generic.c77 .descsize = sizeof(struct xxhash64_desc_ctx),
H A Dcrc32.c100 .descsize = sizeof(u32),
H A Dcrc32c.c138 .descsize = sizeof(struct chksum_desc_ctx),
H A Dghash-generic.c133 .descsize = sizeof(struct ghash_desc_ctx),
H A Dstreebog_generic.c1031 .descsize = sizeof(struct streebog_state),
1044 .descsize = sizeof(struct streebog_state),
/linux/drivers/crypto/
H A Dpadlock-sha.c201 .descsize = PADLOCK_SHA_DESCSIZE,
225 .descsize = PADLOCK_SHA_DESCSIZE,
286 .descsize = PADLOCK_SHA_DESCSIZE,
306 .descsize = PADLOCK_SHA_DESCSIZE,
/linux/drivers/dma/
H A Dtxx9dmac.c204 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_DEVIC in txx9dmac_free_chan_resources()
[all...]
/linux/arch/arm64/crypto/
H A Dsm3-ce-glue.c48 .descsize = SM3_STATE_SIZE,
H A Dsm3-neon-glue.c45 .descsize = SM3_STATE_SIZE,
H A Dnhpoly1305-neon-glue.c57 .descsize = sizeof(struct nhpoly1305_state),
H A Dpolyval-ce-glue.c130 .descsize = sizeof(struct polyval_desc_ctx),
/linux/arch/riscv/crypto/
H A Dsm3-riscv64-glue.c63 .descsize = SM3_STATE_SIZE,
H A Dghash-riscv64-glue.c113 .descsize = sizeof(struct riscv64_ghash_desc_ctx),
/linux/arch/x86/crypto/
H A Dsm3_avx_glue.c53 .descsize = SM3_STATE_SIZE,
H A Dnhpoly1305-avx2-glue.c57 .descsize = sizeof(struct nhpoly1305_state),
/linux/arch/arm/crypto/
H A Dblake2b-neon-glue.c65 .descsize = sizeof(struct blake2b_state), \
/linux/arch/powerpc/crypto/
H A Dmd5-glue.c71 .descsize = MD5_STATE_SIZE,
/linux/arch/s390/crypto/
H A Dghash_s390.c113 .descsize = sizeof(struct s390_ghash_desc_ctx),

12