Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Datf_common.h137 uint32_t copied_size; /* image size copied in blocks */ member
/openbmc/linux/security/integrity/ima/
H A Dima_main.c610 size_t copied_size; in __ima_inode_hash() local
612 copied_size = min_t(size_t, iint->ima_hash->length, buf_size); in __ima_inode_hash()
613 memcpy(buf, iint->ima_hash->digest, copied_size); in __ima_inode_hash()