Home
last modified time | relevance | path

Searched defs:image_sign_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dimage.h1128 struct image_sign_info { struct
1129 const char *keydir; /* Directory conaining keys */
1130 const char *keyname; /* Name of key to use */
1131 void *fit; /* Pointer to FIT blob */
1132 int node_offset; /* Offset of signature node */
1133 const char *name; /* Algorithm name */
1134 struct checksum_algo *checksum; /* Checksum algorithm information */
1135 struct padding_algo *padding; /* Padding algorithm information */
1136 struct crypto_algo *crypto; /* Crypto algorithm information */
1137 const void *fdt_blob; /* FDT containing public keys */
[all …]