Home
last modified time | relevance | path

Searched defs:module_signature (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dmodule_signature.h33 struct module_signature { struct
43 int mod_check_sig(const struct module_signature *ms, size_t file_len, argument
/linux-6.12.1/scripts/
Dsign-file.c65 struct module_signature { struct
66 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 */
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dverify_pkcs7_sig.c49 struct module_signature { struct
50 __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 */