Searched defs:module_signature (Results 1 – 3 of 3) sorted by relevance
33 struct module_signature { struct43 int mod_check_sig(const struct module_signature *ms, size_t file_len, argument
65 struct module_signature { global() struct 66 algomodule_signature global() argument 67 hashmodule_signature global() argument 68 id_typemodule_signature global() argument 69 signer_lenmodule_signature global() argument 70 key_id_lenmodule_signature global() argument 71 __padmodule_signature global() argument 72 sig_lenmodule_signature global() argument
49 struct module_signature { struct50 __u8 algo; /* Public-key crypto algorithm [0] */51 __u8 hash; /* Digest algorithm [0] */52 __u8 id_type; /* Key identifier type [PKEY_ID_PKCS7] */53 __u8 signer_len; /* Length of signer's name [0] */54 __u8 key_id_len; /* Length of key identifier [0] */55 __u8 __pad[3];56 __be32 sig_len; /* Length of signature data */