Searched refs:copied_size (Results 1 – 2 of 2) sorted by relevance
551 size_t copied_size; in ima_file_hash() local553 copied_size = min_t(size_t, iint->ima_hash->length, buf_size); in ima_file_hash()554 memcpy(buf, iint->ima_hash->digest, copied_size); in ima_file_hash()
167 uint32_t copied_size; /* image size copied in blocks */ member