Searched refs:t_src (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 315 rctx->t_src[i].len, rctx->t_dst[i].len, in sun8i_ss_run_hash_task() 316 rctx->method, rctx->t_src[i].addr, rctx->t_dst[i].addr); in sun8i_ss_run_hash_task() 318 writel(rctx->t_src[i].addr, ss->base + SS_SRC_ADR_REG); in sun8i_ss_run_hash_task() 320 writel(rctx->t_src[i].len, ss->base + SS_LEN_ADR_REG); in sun8i_ss_run_hash_task() 546 rctx->t_src[i].addr = sg_dma_address(sg); in sun8i_ss_hash_run() 547 rctx->t_src[i].len = todo / 4; in sun8i_ss_hash_run() 574 rctx->t_src[k + 1].addr = rctx->t_src[k].addr; in sun8i_ss_hash_run() 575 rctx->t_src[k + 1].len = rctx->t_src[k].len; in sun8i_ss_hash_run() 585 rctx->t_src[0].addr = addr_xpad; in sun8i_ss_hash_run() 586 rctx->t_src[0].len = bs / 4; in sun8i_ss_hash_run() [all …]
|
H A D | sun8i-ss.h | 188 struct sginfo t_src[MAX_SG]; member 249 struct sginfo t_src[MAX_SG]; member
|
H A D | sun8i-ss-cipher.c | 259 rctx->t_src[i].addr = sg_dma_address(sg); in sun8i_ss_cipher() 261 rctx->t_src[i].len = todo / 4; in sun8i_ss_cipher() 263 areq->cryptlen, i, rctx->t_src[i].len, sg->offset, todo); in sun8i_ss_cipher()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 406 cet->t_src[i].addr = desc_addr_val_le32(ce, sg_dma_address(sg)); in sun8i_ce_hash_run() 408 cet->t_src[i].len = cpu_to_le32(todo / 4); in sun8i_ce_hash_run() 448 cet->t_src[i].addr = desc_addr_val_le32(ce, addr_pad); in sun8i_ce_hash_run() 449 cet->t_src[i].len = cpu_to_le32(j); in sun8i_ce_hash_run()
|
H A D | sun8i-ce-cipher.c | 239 cet->t_src[i].addr = desc_addr_val_le32(ce, sg_dma_address(sg)); in sun8i_ce_cipher_prepare() 241 cet->t_src[i].len = cpu_to_le32(todo / 4); in sun8i_ce_cipher_prepare() 243 areq->cryptlen, i, cet->t_src[i].len, sg->offset, todo); in sun8i_ce_cipher_prepare()
|
H A D | sun8i-ce.h | 177 struct sginfo t_src[MAX_SG]; member
|
/linux/drivers/crypto/gemini/ |
H A D | sl3516-ce-cipher.c | 185 rctx->t_src[i].addr = sg_dma_address(sg); in sl3516_ce_cipher() 187 rctx->t_src[i].len = todo; in sl3516_ce_cipher() 189 areq->cryptlen, i, rctx->t_src[i].len, sg->offset, todo); in sl3516_ce_cipher()
|
H A D | sl3516-ce.h | 281 struct sginfo t_src[MAXDESC]; member
|
/linux/drivers/crypto/amlogic/ |
H A D | amlogic-gxl.h | 55 __le32 t_src; member
|
H A D | amlogic-gxl-cipher.c | 167 desc->t_src = cpu_to_le32(phykeyiv + i * 16); in meson_cipher() 210 desc->t_src = cpu_to_le32(sg_dma_address(src_sg)); in meson_cipher()
|