Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmodule_signature.h33 struct module_signature { struct
43 int mod_check_sig(const struct module_signature *ms, size_t file_len, argument
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dverify_pkcs7_sig.c42 struct module_signature { struct
43 __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 */
/linux-6.3-rc2/scripts/
A Dsign-file.c62 struct module_signature { struct
63 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 */

Completed in 6 milliseconds