/linux/crypto/ |
H A D | shash.c | 239 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 D | sha512.c | 275 .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 D | sha256.c | 269 .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 D | sha3_generic.c | 226 .descsize = SHA3_STATE_SIZE, 237 .descsize = SHA3_STATE_SIZE, 248 .descsize = SHA3_STATE_SIZE, 259 .descsize = SHA3_STATE_SIZE,
|
H A D | sha1.c | 160 .descsize = sizeof(struct sha1_ctx), 178 .descsize = sizeof(struct hmac_sha1_ctx),
|
H A D | sm3_generic.c | 43 .descsize = SM3_STATE_SIZE,
|
H A D | wp512.c | 1091 .descsize = sizeof(struct wp512_ctx), 1104 .descsize = sizeof(struct wp512_ctx), 1117 .descsize = sizeof(struct wp512_ctx),
|
H A D | xxhash_generic.c | 77 .descsize = sizeof(struct xxhash64_desc_ctx),
|
H A D | crc32.c | 100 .descsize = sizeof(u32),
|
H A D | crc32c.c | 138 .descsize = sizeof(struct chksum_desc_ctx),
|
H A D | ghash-generic.c | 133 .descsize = sizeof(struct ghash_desc_ctx),
|
H A D | streebog_generic.c | 1031 .descsize = sizeof(struct streebog_state), 1044 .descsize = sizeof(struct streebog_state),
|
/linux/drivers/crypto/ |
H A D | padlock-sha.c | 201 .descsize = PADLOCK_SHA_DESCSIZE, 225 .descsize = PADLOCK_SHA_DESCSIZE, 286 .descsize = PADLOCK_SHA_DESCSIZE, 306 .descsize = PADLOCK_SHA_DESCSIZE,
|
/linux/drivers/dma/ |
H A 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_DEVIC in txx9dmac_free_chan_resources() [all...] |
/linux/arch/arm64/crypto/ |
H A D | sm3-ce-glue.c | 48 .descsize = SM3_STATE_SIZE,
|
H A D | sm3-neon-glue.c | 45 .descsize = SM3_STATE_SIZE,
|
H A D | nhpoly1305-neon-glue.c | 57 .descsize = sizeof(struct nhpoly1305_state),
|
H A D | polyval-ce-glue.c | 130 .descsize = sizeof(struct polyval_desc_ctx),
|
/linux/arch/riscv/crypto/ |
H A D | sm3-riscv64-glue.c | 63 .descsize = SM3_STATE_SIZE,
|
H A D | ghash-riscv64-glue.c | 113 .descsize = sizeof(struct riscv64_ghash_desc_ctx),
|
/linux/arch/x86/crypto/ |
H A D | sm3_avx_glue.c | 53 .descsize = SM3_STATE_SIZE,
|
H A D | nhpoly1305-avx2-glue.c | 57 .descsize = sizeof(struct nhpoly1305_state),
|
/linux/arch/arm/crypto/ |
H A D | blake2b-neon-glue.c | 65 .descsize = sizeof(struct blake2b_state), \
|
/linux/arch/powerpc/crypto/ |
H A D | md5-glue.c | 71 .descsize = MD5_STATE_SIZE,
|
/linux/arch/s390/crypto/ |
H A D | ghash_s390.c | 113 .descsize = sizeof(struct s390_ghash_desc_ctx),
|