Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_main.c551 size_t copied_size; in ima_file_hash() local
553 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()
/OK3568_Linux_fs/u-boot/include/
H A Datf_common.h167 uint32_t copied_size; /* image size copied in blocks */ member