Lines Matching defs:image_sign_info
1157 struct image_sign_info { struct
1158 const char *keydir; /* Directory conaining keys */
1159 const char *keyname; /* Name of key to use */
1160 void *fit; /* Pointer to FIT blob */
1161 int node_offset; /* Offset of signature node */
1162 const char *name; /* Algorithm name */
1163 struct checksum_algo *checksum; /* Checksum algorithm information */
1164 struct padding_algo *padding; /* Padding algorithm information */
1165 struct crypto_algo *crypto; /* Crypto algorithm information */
1166 const void *fdt_blob; /* FDT containing public keys */
1167 int required_keynode; /* Node offset of key to use: -1=any */
1168 const char *require_keys; /* Value for 'required' property */
1169 const char *engine_id; /* Engine to use for signing */