Searched defs:image_sign_info (Results 1 – 1 of 1) sorted by relevance
1158 struct image_sign_info { struct1159 const char *keydir; /* Directory conaining keys */1160 const char *keyname; /* Name of key to use */1161 const char *keyfile; /* Filename of private or public key */1162 const void *fit; /* Pointer to FIT blob */1163 int node_offset; /* Offset of signature node */1164 const char *name; /* Algorithm name */1168 const void *fdt_blob; /* FDT containing public keys */1171 const char *engine_id; /* Engine to use for signing */1177 const void *key; /* Pointer to public key in DER */[all …]
Completed in 9 milliseconds