Searched refs:REG_ENCR_SEG_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/qce/ |
H A D | common.c | 170 qce_write(qce, REG_ENCR_SEG_SIZE, 0); in qce_setup_regs_ahash() 373 qce_write(qce, REG_ENCR_SEG_SIZE, rctx->cryptlen); in qce_setup_regs_skcipher() 518 qce_write(qce, REG_ENCR_SEG_SIZE, rctx->cryptlen + ctx->authsize); in qce_setup_regs_aead() 520 qce_write(qce, REG_ENCR_SEG_SIZE, rctx->cryptlen); in qce_setup_regs_aead()
|
H A D | regs-v5.h | 19 #define REG_ENCR_SEG_SIZE 0x204 macro
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | common.c | 166 qce_write(qce, REG_ENCR_SEG_SIZE, 0); in qce_setup_regs_ahash() 368 qce_write(qce, REG_ENCR_SEG_SIZE, rctx->cryptlen); in qce_setup_regs_skcipher()
|
H A D | regs-v5.h | 19 #define REG_ENCR_SEG_SIZE 0x204 macro
|
Completed in 7 milliseconds