Home
last modified time | relevance | path

Searched refs:PKEY_ID_PKCS7 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dmodule_signature.h20 PKEY_ID_PKCS7, /* Signature in PKCS#7 message */ enumerator
/linux-6.15/kernel/
H A Dmodule_signature.c27 if (ms->id_type != PKEY_ID_PKCS7) { in mod_check_sig()
/linux-6.15/scripts/
H A Dsign-file.c75 #define PKEY_ID_PKCS7 2 macro
222 struct module_signature sig_info = { .id_type = PKEY_ID_PKCS7 }; in main()
/linux-6.15/certs/
H A Dextract-cert.c36 #define PKEY_ID_PKCS7 2 macro
/linux-6.15/arch/s390/kernel/
H A Dmachine_kexec_file.c56 if (ms->id_type != PKEY_ID_PKCS7) in s390_verify_sig()