Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dmodule_signing.c22 PKEY_ID_PKCS7, /* Signature in PKCS#7 message */ enumerator
67 if (ms.id_type != PKEY_ID_PKCS7) { in mod_verify_sig()
/Linux-v4.19/scripts/
Dsign-file.c65 #define PKEY_ID_PKCS7 2 macro
211 struct module_signature sig_info = { .id_type = PKEY_ID_PKCS7 }; in main()
Dextract-cert.c26 #define PKEY_ID_PKCS7 2 macro