Home
last modified time | relevance | path

Searched refs:txt (Results 1 - 11 of 11) sorted by relevance

/device/board/hisilicon/hispark_taurus/uboot/secureboot_ohos/
H A Dsec_os.sh85 echo $all_len | xxd -r > all_len.txt
86 cat all_len.txt >>x509_2048.bin
87 rm all_len.txt
92 echo $sig_num_2048 | xxd -r > sig_num.txt
93 cat sig_num.txt >>x509_2048.bin
94 rm sig_num.txt
100 echo $x509_len | xxd -r > x509_len.txt
101 cat x509_len.txt >>x509_2048.bin
102 rm x509_len.txt
124 -sigopt rsa_pss_saltlen:-1 -out {$bin_name}.txt
[all...]
/device/board/hisilicon/hispark_aries/uboot/secureboot_ohos/
H A Dsec_os.sh85 echo $all_len | xxd -r > all_len.txt
86 cat all_len.txt >>x509_2048.bin
87 rm all_len.txt
92 echo $sig_num_2048 | xxd -r > sig_num.txt
93 cat sig_num.txt >>x509_2048.bin
94 rm sig_num.txt
100 echo $x509_len | xxd -r > x509_len.txt
101 cat x509_len.txt >>x509_2048.bin
102 rm x509_len.txt
124 -sigopt rsa_pss_saltlen:-1 -out {$bin_name}.txt
[all...]
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/
H A Dcreate_secure_boot.sh161 echo $a | xxd -r > ddr_len.txt
162 #big_lit ddr_len.txt
163 cat ddr_len.txt >> all.bin
201 echo $a | xxd -r > uboot_len.txt
202 #big_lit uboot_len.txt
203 cat uboot_len.txt >> all.bin
256 touch head.txt
260 echo $val | xxd -r > head.txt
269 echo $a | xxd -r >> head.txt
275 echo $a | xxd -r >> head.txt
[all...]
H A DMakefile47 rm -rf aes_otp_cfg.txt
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H A Dcreate_secure_boot.sh119 echo $a | xxd -r > ddr_len.txt
120 #big_lit ddr_len.txt
121 cat ddr_len.txt >> all.bin
159 echo $a | xxd -r > uboot_len.txt
160 #big_lit uboot_len.txt
161 cat uboot_len.txt >> all.bin
214 touch head.txt
218 echo $val | xxd -r > head.txt
227 echo $a | xxd -r >> head.txt
233 echo $a | xxd -r >> head.txt
[all...]
H A DMakefile45 ./AES ./create_secure_boot.sh > aes_otp_cfg.txt
52 rm -rf aes_otp_cfg.txt
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat.c380 void at_printf_encode(char *txt, size_t maxlen, const hi_u8 *data, size_t len) in at_printf_encode() argument
382 char *end = txt + maxlen; in at_printf_encode()
386 if (txt + 4 >= end) { /* add 4 */ in at_printf_encode()
392 *txt++ = '\\'; in at_printf_encode()
393 *txt++ = '\"'; in at_printf_encode()
396 *txt++ = '\\'; in at_printf_encode()
397 *txt++ = '\\'; in at_printf_encode()
400 *txt++ = '\\'; in at_printf_encode()
401 *txt++ = 'e'; in at_printf_encode()
404 *txt in at_printf_encode()
[all...]
/device/board/hihope/rk3568/kernel/
H A Dbuild_kernel.sh192 cp ${3}/loader/parameter_ab.txt ${2}/parameter_ab.txt
195 cp ${3}/loader/parameter.txt ${2}/parameter.txt
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A DMakefile34 ENCRYPT_KEY_PATH = $(MAIN_TOPDIR)/tools/sign_tool/aes_key.txt
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A DMakefile34 ENCRYPT_KEY_PATH = $(MAIN_TOPDIR)/tools/sign_tool/aes_key.txt
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/
H A DMakefile34 ENCRYPT_KEY_PATH = $(MAIN_TOPDIR)/tools/sign_tool/aes_key.txt

Completed in 4 milliseconds