Home
last modified time | relevance | path

Searched refs:outform (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Ddtc.c166 const char *outform = NULL; in main() local
188 outform = optarg; in main()
290 if (outform == NULL) { in main()
291 outform = guess_type_by_name(outname, NULL); in main()
292 if (outform == NULL) { in main()
294 outform = "dtb"; in main()
296 outform = "dts"; in main()
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
352 if (streq(outform, "dts")) { in main()
355 } else if (streq(outform, "yaml")) { in main()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddtc.c170 const char *outform = NULL; in main() local
192 outform = optarg; in main()
291 if (outform == NULL) { in main()
292 outform = guess_type_by_name(outname, NULL); in main()
293 if (outform == NULL) { in main()
295 outform = "dtb"; in main()
297 outform = "dts"; in main()
351 if (streq(outform, "dts")) { in main()
353 } else if (streq(outform, "dtb")) { in main()
355 } else if (streq(outform, "asm")) { in main()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh43 -outform PEM -out ${tmp_dir}/signing_key.pem \
47 ${tmp_dir}/signing_key.der -outform der
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsigning.bbclass156 while openssl x509 -inform pem -outform der -out ${B}/temp_${i}.der; do
176 -in "${pem}" -inform pem -outform der |
201 -in "${pem}" -inform pem -pubout -outform der
204 -in "${pem}" -inform pem -pubout -outform der
229 -in "${pem}" -inform pem -outform der
232 -in "${pem}" -inform pem -outform der
/openbmc/linux/tools/certs/
H A Dprint-cert-tbs-hash.sh88 openssl x509 -in - -outform DER | \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch55 - $(OPENSSL) x509 -inform PEM -outform DER -in ca.pem -out ca.der
56 + @[ -f ca.der ] || $(OPENSSL) x509 -inform PEM -outform DER -in ca.pem -out ca.der
60 - $(OPENSSL) crl -in ca-crl.pem -outform der -out ca.crl
62 + @[ -f ca.crl ] || $(OPENSSL) crl -in ca-crl.pem -outform der -out ca.crl
/openbmc/openbmc/meta-security/meta-integrity/scripts/
H A Dima-gen-local-ca.sh40 -outform DER -out ima-local-ca.x509 -keyout ima-local-ca.priv
H A Dima-gen-CA-signed.sh49 -outform DER -out x509_ima.der
/openbmc/u-boot/arch/arm/mach-k3/
H A Dconfig.mk34 openssl req -new -x509 -key $(KEY) -nodes -outform DER -out $@ -config u-boot-spl-x509.txt -sha512
/openbmc/linux/certs/
H A DMakefile50 -outform PEM -out $@ -keyout $@ $(keytype-y) 2>&1
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb274 openssl x509 -in ${DEPLOYDIR}/OvmfPkKek1.crt -out ${DEPLOYDIR}/OvmfPkKek1.pem -outform PEM
/openbmc/linux/Documentation/admin-guide/
H A Dmodule-signing.rst170 -config x509.genkey -outform PEM -out kernel_key.pem \