Searched refs:txt (Results 1 – 14 of 14) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | debug.c | 120 char txt[17]; in mbedtls_debug_print_buf() local 135 memset(txt, 0, sizeof(txt)); in mbedtls_debug_print_buf() 143 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %s\n", txt); in mbedtls_debug_print_buf() 147 memset(txt, 0, sizeof(txt)); in mbedtls_debug_print_buf() 157 txt[i % 16] = (buf[i] > 31 && buf[i] < 127) ? buf[i] : '.'; in mbedtls_debug_print_buf() 165 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %s\n", txt); in mbedtls_debug_print_buf()
|
| /optee_os/core/arch/arm/ |
| H A D | arm.mk | 436 arm32-sysreg-txt = core/arch/arm/kernel/arm32_sysreg.txt 437 arm32-sysregs-$(arm32-sysreg-txt)-h := arm32_sysreg.h 438 arm32-sysregs-$(arm32-sysreg-txt)-s := arm32_sysreg.S 439 arm32-sysregs += $(arm32-sysreg-txt) 442 arm32-gicv3-sysreg-txt = core/arch/arm/kernel/arm32_gicv3_sysreg.txt 443 arm32-sysregs-$(arm32-gicv3-sysreg-txt)-h := arm32_gicv3_sysreg.h 444 arm32-sysregs-$(arm32-gicv3-sysreg-txt)-s := arm32_gicv3_sysreg.S 445 arm32-sysregs += $(arm32-gicv3-sysreg-txt)
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | link.mk | 71 cleanfiles += $(link-out-dir)/unpaged_entries.txt 72 $(link-out-dir)/unpaged_entries.txt: $(link-out-dir)/all_objs.o 81 $(link-out-dir)/unpaged.o: $(link-out-dir)/unpaged_entries.txt 84 `cat $(link-out-dir)/unpaged_entries.txt` \ 100 cleanfiles += $(link-out-dir)/init_entries.txt 101 $(link-out-dir)/init_entries.txt: $(link-out-dir)/all_objs.o 110 $(link-out-dir)/init.o: $(link-out-dir)/init_entries.txt 114 `cat $(link-out-dir)/init_entries.txt` \
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | README.txt | 8 terms of the license agreement found in LICENSE.txt.
|
| H A D | LICENSE.TXT | 230 1) It will be in a separate directory tree with its own `LICENSE.txt` or
|
| /optee_os/ta/ |
| H A D | ta.mk | 71 arm32-user-sysreg-txt = lib/libutee/arch/arm/arm32_user_sysreg.txt 72 arm32-user-sysregs-$(arm32-user-sysreg-txt)-h := arm32_user_sysreg.h 73 arm32-user-sysregs += $(arm32-user-sysreg-txt)
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | int_mulo_impl.inc | 4 // See https://llvm.org/LICENSE.txt for license information.
|
| H A D | int_div_impl.inc | 4 // See https://llvm.org/LICENSE.txt for license information.
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | des.c | 1681 unsigned char key[8], txt[8], out[8]; in des_test() 1934 des_ecb_encrypt(cases[i].txt, ct, &skey); in des_test() 1942 if (compare_testvector(pt, sizeof(pt), cases[i].txt, 8, "DES Decrypt", i) != 0) { in des_test() 1973 unsigned char key[16], txt[8], out[8]; in des3_test() 2008 des3_ecb_encrypt(cases[i].txt, ct, &skey); in des3_test() 2016 if (compare_testvector(pt, sizeof(pt), cases[i].txt, 8, "3DES Decrypt", i) != 0) { in des3_test()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 15 …ecific use cases in the `configs/` directory. You can read more about those in `configs/README.txt` 70 python3 -m pip install --user -r scripts/basic.requirements.txt 182 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
|
| H A D | CONTRIBUTING.md | 95 …he submission under the terms of the [Developer Certificate of Origin](dco.txt), confirming that t…
|
| H A D | ChangeLog | 736 algorithms in PSA, with some limitations. See docs/driver-only-builds.txt 1203 maintained in scripts/basic.requirements.txt and may change again 4770 provided. Full list of renamings in scripts/data_files/rename-1.3-2.0.txt 6427 * Rewrote README.txt in program/ssl/ca to better explain
|
| /optee_os/mk/ |
| H A D | config.mk | 862 ifeq (,$(wildcard $(CFG_SCP_FIRMWARE)/CMakeLists.txt))
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 231 `CMakeLists.txt` file, QCBOR can be easily integrated with your project's
|