Searched refs:DM_IMA_VERSION_STR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-ima.c | 172 md->ima.dm_version_str_len = strlen(DM_IMA_VERSION_STR); in dm_ima_reset_data() 229 memcpy(ima_buf + l, DM_IMA_VERSION_STR, table->md->ima.dm_version_str_len); in dm_ima_measure_on_table_load() 286 memcpy(ima_buf + l, DM_IMA_VERSION_STR, table->md->ima.dm_version_str_len); in dm_ima_measure_on_table_load() 387 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_device_resume() 453 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_device_resume() 503 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_device_remove() 566 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_device_remove() 623 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_table_clear() 652 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_table_clear() 732 "%s%snew_name=%s,new_uuid=%s;%s", DM_IMA_VERSION_STR, old_device_data, in dm_ima_measure_on_device_rename()
|
H A D | dm-ima.h | 23 #define DM_IMA_VERSION_STR "dm_version=" \ macro
|