Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c411 size_t tar_size; in load_tar_archive() local
430 tar_size = tar_arch->fw->size; in load_tar_archive()
444 if (tar_offs + cur_size > tar_size || in load_tar_archive()
445 tar_offs + 2*TAR_BLOCK_LEN > tar_size) { in load_tar_archive()
466 if (tar_offs + 2*TAR_BLOCK_LEN > tar_size) { in load_tar_archive()