Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dmodule_signing.c35 struct module_signature { struct
50 struct module_signature ms; in mod_verify_sig() argument
/Linux-v4.19/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 */