Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima_template.c357 void *template_data, in ima_restore_template_data() argument
365 *entry = kzalloc(struct_size(*entry, template_data, in ima_restore_template_data()
379 ret = ima_parse_buf(template_data, template_data + template_data_size, in ima_restore_template_data()
381 (*entry)->template_data, NULL, NULL, in ima_restore_template_data()
391 struct ima_field_data *field_data = &(*entry)->template_data[i]; in ima_restore_template_data()
394 (*entry)->template_data[i].data = in ima_restore_template_data()
396 if (!(*entry)->template_data[i].data) { in ima_restore_template_data()
400 memcpy((*entry)->template_data[i].data, data, field_data->len); in ima_restore_template_data()
519 &entry->template_data[0], in ima_restore_measurement_list()
H A Dima_fs.c214 field->field_show(m, show, &e->template_data[i]); in ima_measurements_show()
283 if (e->template_data[i].len == 0) in ima_ascii_measurements_show()
287 &e->template_data[i]); in ima_ascii_measurements_show()
H A Dima.h111 struct ima_field_data template_data[]; /* template related data */ member
/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.h408 u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE]; member
H A Dcmd.c1048 memcpy(cmd->template_data, buf, buf_len); in wl1271_cmd_template_set()