Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima_main.c654 size_t copied_size; in __ima_inode_hash() local
656 copied_size = min_t(size_t, iint->ima_hash->length, buf_size); in __ima_inode_hash()
657 memcpy(buf, iint->ima_hash->digest, copied_size); in __ima_inode_hash()