Lines Matching refs:with
25 or modules signed with an invalid key. Module signing increases security by
51 This specifies how the kernel should deal with a module that has a
57 tainted, shown with the character 'E'.
76 (3) "Which hash algorithm should modules be signed with?"
79 sign the modules with:
81 CONFIG_MODULE_SIG_SHA1 "Sign modules with SHA-1"
82 CONFIG_MODULE_SIG_SHA224 "Sign modules with SHA-224"
83 CONFIG_MODULE_SIG_SHA256 "Sign modules with SHA-256"
84 CONFIG_MODULE_SIG_SHA384 "Sign modules with SHA-384"
85 CONFIG_MODULE_SIG_SHA512 "Sign modules with SHA-512"
88 than being a module) so that modules signed with that algorithm can have
126 The generated RSA key size can also be set with:
157 whose name is suffixed with ".x509" will be assumed to be an X.509 public key
216 Modules are loaded with insmod, modprobe, init_module() or finit_module(),