Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A 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()
H A Djh7110-cryp.h192 u32 tag_out[4]; member
/openbmc/linux/drivers/scsi/pm8001/
H A 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()
H A Dpm8001_sas.h633 int pm8001_tag_alloc(struct pm8001_hba_info *pm8001_ha, u32 *tag_out);
/openbmc/linux/drivers/scsi/mvsas/
H A 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()