Home
last modified time | relevance | path

Searched refs:tag_out (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/crypto/starfive/
Djh7110-aes.c303 cryp->tag_out[0] = readl(cryp->base + STARFIVE_AES_NONCE0); in starfive_aes_read_authtag()
304 cryp->tag_out[1] = readl(cryp->base + STARFIVE_AES_NONCE1); in starfive_aes_read_authtag()
305 cryp->tag_out[2] = readl(cryp->base + STARFIVE_AES_NONCE2); in starfive_aes_read_authtag()
306 cryp->tag_out[3] = readl(cryp->base + STARFIVE_AES_NONCE3); in starfive_aes_read_authtag()
309 cryp->tag_out[i] = readl(cryp->base + STARFIVE_AES_AESDIO0R); in starfive_aes_read_authtag()
313 scatterwalk_map_and_copy(cryp->tag_out, rctx->out_sg, in starfive_aes_read_authtag()
316 if (crypto_memneq(cryp->tag_in, cryp->tag_out, cryp->authsize)) in starfive_aes_read_authtag()
Djh7110-cryp.h197 u32 tag_out[4]; member
/linux-6.12.1/drivers/scsi/pm8001/
Dpm8001_sas.c84 int pm8001_tag_alloc(struct pm8001_hba_info *pm8001_ha, u32 *tag_out) in pm8001_tag_alloc() argument
100 *tag_out = tag; in pm8001_tag_alloc()
Dpm8001_sas.h628 int pm8001_tag_alloc(struct pm8001_hba_info *pm8001_ha, u32 *tag_out);
/linux-6.12.1/drivers/scsi/mvsas/
Dmv_sas.c43 static int mvs_tag_alloc(struct mvs_info *mvi, u32 *tag_out) in mvs_tag_alloc() argument
53 *tag_out = tag; in mvs_tag_alloc()