Searched defs:image_sign_info (Results 1 – 1 of 1) sorted by relevance
1501 struct image_sign_info { struct1502 const char *keydir; /* Directory conaining keys */1503 const char *keyname; /* Name of key to use */1504 const char *keyfile; /* Filename of private or public key */1505 const void *fit; /* Pointer to FIT blob */1506 int node_offset; /* Offset of signature node */1507 const char *name; /* Algorithm name */1511 const void *fdt_blob; /* FDT containing public keys */1514 const char *engine_id; /* Engine to use for signing */1520 const void *key; /* Pointer to public key in DER */[all …]
Completed in 9 milliseconds