Home
last modified time | relevance | path

Searched refs:genkey (Results 1 – 8 of 8) sorted by relevance

/linux/certs/
H A DMakefile52 $(obj)/signing_key.pem: $(obj)/x509.genkey FORCE
58 cmd_copy_x509_config = cat $(src)/default_x509.genkey > $@
61 $(obj)/x509.genkey:
/linux/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh35 genkey()
39 echo "${x509_genkey_content}" > ${tmp_dir}/x509.genkey
42 -batch -x509 -config ${tmp_dir}/x509.genkey \
54 genkey "${tmp_dir}"
113 elif [[ "${action}" == "genkey" ]]; then
114 genkey "${tmp_dir}"
H A DMakefile717 $(Q)$(VERIFY_SIG_SETUP) genkey $(BUILD_DIR)
/linux/Documentation/admin-guide/
H A Dmodule-signing.rst145 certs/x509.genkey
153 It is strongly recommended that you provide your own x509.genkey file.
155 Most notably, in the x509.genkey file, the req_distinguished_name section
170 x509.genkey key generation configuration file in the root node of the Linux
175 -config x509.genkey -outform PEM -out kernel_key.pem \
/linux/
H A D.gitignore163 x509.genkey
H A DMakefile1624 certs/x509.genkey \
/linux/crypto/
H A Dtestmgr.h171 bool genkey; member
2517 .genkey = true,
2726 .genkey = true,
2983 .genkey = true,
3336 .genkey = true,
3785 .genkey = true,
3911 .genkey = true,
H A Dtestmgr.c3626 if (vec->genkey) { in do_test_kpp()
3664 if (vec->genkey) { in do_test_kpp()