Home
last modified time | relevance | path

Searched refs:src_blk (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Daegis128-core.c138 const union aegis_block *src_blk = in crypto_aegis128_ad() local
142 crypto_aegis128_update_a(state, src_blk); in crypto_aegis128_ad()
145 src_blk++; in crypto_aegis128_ad()
166 const union aegis_block *src_blk = in crypto_aegis128_encrypt_chunk() local
173 crypto_aegis_block_xor(&tmp, src_blk); in crypto_aegis128_encrypt_chunk()
175 crypto_aegis128_update_a(state, src_blk); in crypto_aegis128_encrypt_chunk()
227 const union aegis_block *src_blk = in crypto_aegis128_decrypt_chunk() local
234 crypto_aegis_block_xor(&tmp, src_blk); in crypto_aegis128_decrypt_chunk()
/kernel/linux/linux-6.6/crypto/
H A Daegis128-core.c128 const union aegis_block *src_blk = in crypto_aegis128_ad() local
132 crypto_aegis128_update_a(state, src_blk, do_simd); in crypto_aegis128_ad()
135 src_blk++; in crypto_aegis128_ad()
162 const union aegis_block *src_blk = in crypto_aegis128_encrypt_chunk() local
169 crypto_aegis_block_xor(&tmp, src_blk); in crypto_aegis128_encrypt_chunk()
171 crypto_aegis128_update_a(state, src_blk, false); in crypto_aegis128_encrypt_chunk()
223 const union aegis_block *src_blk = in crypto_aegis128_decrypt_chunk() local
230 crypto_aegis_block_xor(&tmp, src_blk); in crypto_aegis128_decrypt_chunk()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h349 * @src_blk:
369 struct dpu_src_blk src_blk; member
H A Ddpu_hw_catalog.c288 .src_blk = {.name = STRCAT("sspp_src_", num), \
307 .src_blk = {.name = STRCAT("sspp_src_", num), \
H A Ddpu_hw_sspp.c150 *idx = sblk->src_blk.base; in _sspp_subblk_offset()
H A Ddpu_plane.c1430 sblk->src_blk.base + cfg->base, in _dpu_plane_init_debugfs()
1431 sblk->src_blk.len, in _dpu_plane_init_debugfs()
1433 dpu_debugfs_create_regset32("src_blk", 0400, in _dpu_plane_init_debugfs()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c291 u64 src_blk, u64 last_blk, u64 to_blk,
4868 * src_blk points to the start of an existing extent. last_blk points to
4877 u64 src_blk, u64 last_blk, u64 to_blk, in ocfs2_mv_xattr_buckets()
4906 ret = ocfs2_read_xattr_bucket(old_first, src_blk); in ocfs2_mv_xattr_buckets()
4876 ocfs2_mv_xattr_buckets(struct inode *inode, handle_t *handle, u64 src_blk, u64 last_blk, u64 to_blk, unsigned int start_bucket, u32 *first_hash) ocfs2_mv_xattr_buckets() argument
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c285 u64 src_blk, u64 last_blk, u64 to_blk,
4862 * src_blk points to the start of an existing extent. last_blk points to
4871 u64 src_blk, u64 last_blk, u64 to_blk, in ocfs2_mv_xattr_buckets()
4900 ret = ocfs2_read_xattr_bucket(old_first, src_blk); in ocfs2_mv_xattr_buckets()
4870 ocfs2_mv_xattr_buckets(struct inode *inode, handle_t *handle, u64 src_blk, u64 last_blk, u64 to_blk, unsigned int start_bucket, u32 *first_hash) ocfs2_mv_xattr_buckets() argument

Completed in 33 milliseconds