Home
last modified time | relevance | path

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

/external/u-boot/include/
Dimage.h1094 struct image_sign_info { struct
1095 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 …]