Lines Matching defs:image_sign_info
1149 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 */
1159 int required_keynode; /* Node offset of key to use: -1=any */
1160 const char *require_keys; /* Value for 'required' property */
1161 const char *engine_id; /* Engine to use for signing */