Searched defs:module_signature (Results 1 – 1 of 1) sorted by relevance
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 */