Searched defs:image_sign_info (Results 1 – 1 of 1) sorted by relevance
1252 struct image_sign_info { struct1253 const char *keydir; /* Directory conaining keys */1254 const char *keyname; /* Name of key to use */1255 void *fit; /* Pointer to FIT blob */1256 int node_offset; /* Offset of signature node */1257 const char *name; /* Algorithm name */1261 const void *fdt_blob; /* FDT containing public keys */1263 const char *require_keys; /* Value for 'required' property */1264 const char *engine_id; /* Engine to use for signing */1270 const void *key; /* Pointer to public key in DER */[all …]
Completed in 8 milliseconds