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