Home
last modified time | relevance | path

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

/scripts/
Dsign-file.c62 struct module_signature { struct
63 uint8_t algo; /* Public-key crypto algorithm [0] */
64 uint8_t hash; /* Digest algorithm [0] */
65 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */
66 uint8_t signer_len; /* Length of signer's name [0] */
67 uint8_t key_id_len; /* Length of key identifier [0] */
68 uint8_t __pad[3];
69 uint32_t sig_len; /* Length of signature data */