Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 44) sorted by relevance

12

/optee_os/lib/libmbedtls/mbedtls/
H A Ddco.txt18 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 Dgen_compile_commands.py145 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 Dbin_to_c.py40 with open(args.bin, 'rb') as indata:
46 f = open(args.out, 'w')
H A Dts_bin_to_c.py66 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 Dpem_to_pub_c.py30 with open(args.key, 'rb') as f:
50 with open(args.out, 'w') as f:
H A Dsign_rproc_fw.py342 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 Dget_maintainer.py71 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 Dtee_bin_parser.py22 with open(args.inf, "rb") as f:
H A Dftrace_format.py66 with open(sys.argv[1], 'rb') as f:
H A Dupdate_changelog.py39 with open(filename, 'r+') as f:
H A Dprint_tee_hash.py67 with open(sys.argv[argc - 1], 'rb') as f:
/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py44 dest_fd = open(dest, 'w+b')
45 src_fd = open(source, 'rb')
/optee_os/core/arch/arm/plat-telechips/scripts/
H A Dtcmktool.py102 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 Dstm32image.py77 dest_fd = open(dest, 'w+b')
78 src_fd = open(source, 'rb')
/optee_os/lib/libutils/compiler-rt/
H A DREADME.txt7 Compiler-RT is open source software. You may freely distribute it under the
/optee_os/lib/libutee/include/
H A Dtee_isocket.h18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup, member
/optee_os/core/include/kernel/
H A Dts_store.h21 TEE_Result (*open)(const TEE_UUID *uuid, member
/optee_os/core/kernel/
H A Dearly_ta.c37 .open = early_ta_open,
H A Dsecstor_ta.c82 .open = secstor_ta_open,
/optee_os/lib/libutee/
H A Dtee_tcpudp_socket.c211 .open = tcp_open,
222 .open = udp_open,
/optee_os/core/include/tee/
H A Dtadb.h32 TEE_Result (*open)(uint32_t file_number, int *fd); member
H A Dfs_dirfile.h37 TEE_Result (*open)(bool create, uint8_t *hash, uint32_t min_counter, member
H A Dtee_fs.h34 TEE_Result (*open)(struct tee_pobj *po, size_t *size, member
/optee_os/core/arch/arm/dts/
H A Dstm32mp13-pinctrl.dtsi14 drive-open-drain;
/optee_os/core/tee/
H A Dtee_obj.c63 res = fops->open(o->pobj, NULL, &fh); in tee_obj_verify()

12