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
42 struct module_signature { struct43 __u8 algo; /* Public-key crypto algorithm [0] */44 __u8 hash; /* Digest algorithm [0] */45 __u8 id_type; /* Key identifier type [PKEY_ID_PKCS7] */46 __u8 signer_len; /* Length of signer's name [0] */47 __u8 key_id_len; /* Length of key identifier [0] */48 __u8 __pad[3];49 __be32 sig_len; /* Length of signature data */
62 struct module_signature { struct63 uint8_t algo; /* Public-key crypto algorithm [0] */64 uint8_t hash; /* Digest algorithm [0] */65 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */66 uint8_t signer_len; /* Length of signer's name [0] */67 uint8_t key_id_len; /* Length of key identifier [0] */68 uint8_t __pad[3];69 uint32_t sig_len; /* Length of signature data */