Searched refs:outform (Results 1 - 4 of 4) sorted by relevance

/linux-master/scripts/dtc/
H A Ddtc.c166 const char *outform = NULL; local
188 outform = optarg;
290 if (outform == NULL) {
291 outform = guess_type_by_name(outname, NULL);
292 if (outform == NULL) {
294 outform = "dtb";
296 outform = "dts";
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
352 if (streq(outform, "dts")) {
355 } else if (streq(outform, "yam
[all...]
/linux-master/tools/certs/
H A Dprint-cert-tbs-hash.sh18 # -noattr -binary -outform DER -out hash0.p7s
88 openssl x509 -in - -outform DER | \
/linux-master/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
/linux-master/certs/
H A DMakefile50 -outform PEM -out $@ -keyout $@ $(keytype-y) 2>&1

Completed in 121 milliseconds