Home
last modified time | relevance | path

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

/scripts/
Dsign-file.c51 struct module_signature { struct
52 uint8_t algo; /* Public-key crypto algorithm [0] */
53 uint8_t hash; /* Digest algorithm [0] */
54 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */
55 uint8_t signer_len; /* Length of signer's name [0] */
56 uint8_t key_id_len; /* Length of key identifier [0] */
57 uint8_t __pad[3];
58 uint32_t sig_len; /* Length of signature data */