Home
last modified time | relevance | path

Searched refs:tag_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/mtd/
Dbcm63xxpart.c97 loff_t tag_offset, struct bcm_tag *buf) in bcm63xx_read_image_tag() argument
103 ret = mtd_read(master, tag_offset, sizeof(*buf), &retlen, (void *)buf); in bcm63xx_read_image_tag()
117 name, tag_offset, buf->tag_version, buf->board_id); in bcm63xx_read_image_tag()
123 name, tag_offset, buf->header_crc, computed_crc); in bcm63xx_read_image_tag()
/Linux-v4.19/block/
Dblk-mq-tag.c114 unsigned int tag_offset; in blk_mq_get_tag() local
124 tag_offset = 0; in blk_mq_get_tag()
127 tag_offset = tags->nr_reserved_tags; in blk_mq_get_tag()
197 return tag + tag_offset; in blk_mq_get_tag()
/Linux-v4.19/drivers/md/
Ddm-crypt.c1071 unsigned int tag_offset) in crypt_convert_block_aead() argument
1092 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_aead()
1165 unsigned int tag_offset) in crypt_convert_block_skcipher() argument
1185 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_skcipher()
1316 unsigned int tag_offset = 0; in crypt_convert() local
1328 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, tag_offset); in crypt_convert()
1330 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, tag_offset); in crypt_convert()
1348 tag_offset++; in crypt_convert()
1356 tag_offset++; in crypt_convert()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c2767 unsigned char tag_offset = 0, auth_offset = 0; in fill_sec_cpl_for_aead() local
2781 tag_offset = crypto_aead_authsize(tfm); in fill_sec_cpl_for_aead()
2797 auth_offset, tag_offset, in fill_sec_cpl_for_aead()