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

/linux-4.4.14/kernel/
H A Dmodule_signing.c31 u8 id_type; /* Key identifier type [PKEY_ID_PKCS7] */
60 if (ms.id_type != PKEY_ID_PKCS7) { mod_verify_sig()
/linux-4.4.14/crypto/asymmetric_keys/
H A Dpublic_key.c42 [PKEY_ID_PKCS7] = "PKCS#7",
/linux-4.4.14/scripts/
H A Dsign-file.c54 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */
61 #define PKEY_ID_PKCS7 2 macro
131 struct module_signature sig_info = { .id_type = PKEY_ID_PKCS7 }; main()
H A Dextract-cert.c26 #define PKEY_ID_PKCS7 2 macro
/linux-4.4.14/include/crypto/
H A Dpublic_key.h35 PKEY_ID_PKCS7, /* Signature in PKCS#7 message */ enumerator in enum:pkey_id_type

Completed in 256 milliseconds