Searched defs:module_signature (Results 1 – 2 of 2) sorted by relevance
28 struct module_signature { struct43 struct module_signature ms; in mod_verify_sig() argument
51 struct module_signature { struct52 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 */