Home
last modified time | relevance | path

Searched refs:REG_ENCR_SEG_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/crypto/qce/
Dcommon.c169 qce_write(qce, REG_ENCR_SEG_SIZE, 0); in qce_setup_regs_ahash()
372 qce_write(qce, REG_ENCR_SEG_SIZE, rctx->cryptlen); in qce_setup_regs_skcipher()
517 qce_write(qce, REG_ENCR_SEG_SIZE, rctx->cryptlen + ctx->authsize); in qce_setup_regs_aead()
519 qce_write(qce, REG_ENCR_SEG_SIZE, rctx->cryptlen); in qce_setup_regs_aead()
Dregs-v5.h19 #define REG_ENCR_SEG_SIZE 0x204 macro