Lines Matching refs:template
6 The original 'ima' template is fixed length, containing the filedata hash
16 a new template is defined, the functions that generate and display
20 The proposed solution solves this problem by separating the template
22 definition of two new data structures: a template descriptor, to determine
23 which information should be included in the measurement list; a template
29 measurement entries. Defining a new template descriptor requires
30 specifying the template format (a string of field identifiers separated
32 parameter. At boot time, IMA initializes the chosen template descriptor
33 by translating the format into an array of template fields structures taken
37 (new function defined within the patches for the new template management
38 mechanism) to generate a new measurement entry by using the template
43 a given template but, instead, it simply calls the init() method of the template
44 fields associated to the chosen template descriptor and store the result
49 the template descriptor used to produce that entry and call the show()
50 method for each item of the array of template fields structures.
56 In the following, there is the list of supported template fields
57 ('<identifier>': description), that can be used to define new template
71 Below, there is the list of defined template descriptors:
80 To specify the template descriptor to be used to generate measurement entries,
83 - select a template descriptor among those supported in the kernel
85 - specify a template descriptor name from the kernel command line through
87 - register a new template descriptor with custom format through the kernel