Searched defs:module_signature (Results 1 – 2 of 2) sorted by relevance
35 struct module_signature { struct50 struct module_signature ms; in mod_verify_sig() argument
55 struct module_signature { struct56 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 */