Searched defs:image_sign_info (Results 1 – 1 of 1) sorted by relevance
1094 struct image_sign_info { struct1095 const char *keydir; /* Directory conaining keys */1096 const char *keyname; /* Name of key to use */1097 void *fit; /* Pointer to FIT blob */1098 int node_offset; /* Offset of signature node */1099 const char *name; /* Algorithm name */1100 struct checksum_algo *checksum; /* Checksum algorithm information */1101 struct crypto_algo *crypto; /* Crypto algorithm information */1102 const void *fdt_blob; /* FDT containing public keys */1103 int required_keynode; /* Node offset of key to use: -1=any */[all …]