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

/linux-master/security/integrity/ima/
H A Dima_main.c623 size_t copied_size; local
625 copied_size = min_t(size_t, iint->ima_hash->length, buf_size);
626 memcpy(buf, iint->ima_hash->digest, copied_size);

Completed in 150 milliseconds