Searched defs:image_sig_info (Results 1 – 1 of 1) sorted by relevance
1570 struct image_sig_info { struct1571 char *algo_name; /* Name of the algo (eg: sha256,rsa2048) */1572 char *padding_name; /* Name of the padding */1573 uint8_t *key; /* Public signature key */1574 int key_len; /* Length of the public key */1575 uint32_t sig_size; /* size of the signature (in the header) */1576 int mandatory; /* Set if the signature is mandatory */1578 struct image_sign_info sig_info; /* Signature info */
Completed in 24 milliseconds