Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h1149 struct image_sign_info { struct
1150 const char *keydir; /* Directory conaining keys */
1151 const char *keyname; /* Name of key to use */
1152 void *fit; /* Pointer to FIT blob */
1153 int node_offset; /* Offset of signature node */
1154 const char *name; /* Algorithm name */
1155 struct checksum_algo *checksum; /* Checksum algorithm information */
1156 struct padding_algo *padding; /* Padding algorithm information */
1157 struct crypto_algo *crypto; /* Crypto algorithm information */
1158 const void *fdt_blob; /* FDT containing public keys */
[all …]