| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | dco.txt | 18 have the right to submit it under the open source license 22 of my knowledge, is covered under an appropriate open source 25 by me, under the same open source license (unless I am 37 this project or the open source license(s) involved.
|
| /optee_os/scripts/ |
| H A D | gen_compile_commands.py | 145 with open(modorder) as f: 154 with open(mod) as m: 219 with open(cmdfile, 'rt') as f: 232 with open(output, 'wt') as f:
|
| H A D | bin_to_c.py | 40 with open(args.bin, 'rb') as indata: 46 f = open(args.out, 'w')
|
| H A D | ts_bin_to_c.py | 66 with open(ta_f, 'rb') as f: 92 with open(sp_f, 'rb') as f: 107 with open(ts, 'rb') as _ts: 147 f = open(args.out, 'w')
|
| H A D | pem_to_pub_c.py | 30 with open(args.key, 'rb') as f: 50 with open(args.out, 'w') as f:
|
| H A D | sign_rproc_fw.py | 342 return RSA.importKey(open(key_file).read(), key_pwd) 346 return ECC.import_key(open(key_file).read(), key_pwd) 406 input_file = open(inputf, 'rb') 414 with open(inputf, 'rb') as f: 452 with open(args.key_info, 'rb') as f: 493 with open(args.out_file, 'wb') as f: 501 with open(inputf, 'rb') as fin:
|
| H A D | get_maintainer.py | 71 with open("MAINTAINERS", "r") as f: 110 f = open(patchset, "r") 138 with open(patch, "r") as f: 241 with open("MAINTAINERS", "r") as f:
|
| H A D | tee_bin_parser.py | 22 with open(args.inf, "rb") as f:
|
| H A D | ftrace_format.py | 66 with open(sys.argv[1], 'rb') as f:
|
| H A D | update_changelog.py | 39 with open(filename, 'r+') as f:
|
| H A D | print_tee_hash.py | 67 with open(sys.argv[argc - 1], 'rb') as f:
|
| /optee_os/core/arch/arm/plat-amlogic/scripts/ |
| H A D | aml_bin2img.py | 44 dest_fd = open(dest, 'w+b') 45 src_fd = open(source, 'rb')
|
| /optee_os/core/arch/arm/plat-telechips/scripts/ |
| H A D | tcmktool.py | 102 with open(argv[1], "rb") as inputfile: 103 with open(argv[2], "wb") as outputfile:
|
| /optee_os/core/arch/arm/plat-stm32mp1/scripts/ |
| H A D | stm32image.py | 77 dest_fd = open(dest, 'w+b') 78 src_fd = open(source, 'rb')
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | README.txt | 7 Compiler-RT is open source software. You may freely distribute it under the
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_isocket.h | 18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup, member
|
| /optee_os/core/include/kernel/ |
| H A D | ts_store.h | 21 TEE_Result (*open)(const TEE_UUID *uuid, member
|
| /optee_os/core/kernel/ |
| H A D | early_ta.c | 37 .open = early_ta_open,
|
| H A D | secstor_ta.c | 82 .open = secstor_ta_open,
|
| /optee_os/lib/libutee/ |
| H A D | tee_tcpudp_socket.c | 211 .open = tcp_open, 222 .open = udp_open,
|
| /optee_os/core/include/tee/ |
| H A D | tadb.h | 32 TEE_Result (*open)(uint32_t file_number, int *fd); member
|
| H A D | fs_dirfile.h | 37 TEE_Result (*open)(bool create, uint8_t *hash, uint32_t min_counter, member
|
| H A D | tee_fs.h | 34 TEE_Result (*open)(struct tee_pobj *po, size_t *size, member
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp13-pinctrl.dtsi | 14 drive-open-drain;
|
| /optee_os/core/tee/ |
| H A D | tee_obj.c | 63 res = fops->open(o->pobj, NULL, &fh); in tee_obj_verify()
|