Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/starfive/
Djh7110-aes.c322 cryp->tag_out[i] = readl(cryp->base + start_addr); in starfive_aes_read_authtag()
325 cryp->tag_out[i] = readl(cryp->base + STARFIVE_AES_AESDIO0R); in starfive_aes_read_authtag()
328 scatterwalk_copychunks(cryp->tag_out, &cryp->out_walk, cryp->authsize, 1); in starfive_aes_read_authtag()
332 if (crypto_memneq(cryp->tag_in, cryp->tag_out, cryp->authsize)) in starfive_aes_read_authtag()
Djh7110-cryp.h191 u32 tag_out[4]; member
/Linux-v6.6/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.h633 int pm8001_tag_alloc(struct pm8001_hba_info *pm8001_ha, u32 *tag_out);
/Linux-v6.6/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()