Searched defs:image_sign_info (Results 1 – 1 of 1) sorted by relevance
1177 struct image_sign_info { struct1178 const char *keydir; /* Directory conaining keys */1179 const char *keyname; /* Name of key to use */1180 void *fit; /* Pointer to FIT blob */1181 int node_offset; /* Offset of signature node */1182 const char *name; /* Algorithm name */1183 struct checksum_algo *checksum; /* Checksum algorithm information */1184 struct padding_algo *padding; /* Padding algorithm information */1185 struct crypto_algo *crypto; /* Crypto algorithm information */1186 const void *fdt_blob; /* FDT containing public keys */[all …]