Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dmodule_signature.h33 struct module_signature { struct
43 int mod_check_sig(const struct module_signature *ms, size_t file_len, argument
/Linux-v5.15/scripts/
Dsign-file.c55 struct module_signature { struct
56 uint8_t algo; /* Public-key crypto algorithm [0] */
57 uint8_t hash; /* Digest algorithm [0] */
58 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */
59 uint8_t signer_len; /* Length of signer's name [0] */
60 uint8_t key_id_len; /* Length of key identifier [0] */
61 uint8_t __pad[3];
62 uint32_t sig_len; /* Length of signature data */