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 { struct66 uint8_t algo; /* Public-key crypto algorithm [0] */67 uint8_t hash; /* Digest algorithm [0] */68 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */69 uint8_t signer_len; /* Length of signer's name [0] */70 uint8_t key_id_len; /* Length of key identifier [0] */71 uint8_t __pad[3];72 uint32_t sig_len; /* Length of signature data */
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 */