Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dimage.h1157 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 */
[all …]