Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/lib/libmbedtls/mbedtls/
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-3.20.0/scripts/
A Dts_bin_to_c.py65 with open(ta_f, 'rb') as f:
76 with open(sp_f, 'rb') as f:
87 with open(ts, 'rb') as _ts:
127 f = open(args.out, 'w')
A Dbin_to_c.py40 with open(args.bin, 'rb') as indata:
46 f = open(args.out, 'w')
A Dpem_to_pub_c.py30 with open(args.key, 'rb') as f:
50 with open(args.out, 'w') as f:
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:
A Dtee_bin_parser.py22 with open(args.inf, "rb") as f:
A Dupdate_changelog.py39 with open(filename, 'r+') as f:
A Dprint_tee_hash.py67 with open(sys.argv[argc - 1], 'rb') as f:
A Dsign_encrypt.py337 with open(arg_key, 'rb') as f:
347 with open(arg_inf, 'rb') as f:
757 with open(sigf, 'r') as f:
807 with open(outf, 'wb') as f:
862 with open(args.digf, 'wb+') as digfile:
/optee_os-3.20.0/core/arch/arm/plat-amlogic/scripts/
A Daml_bin2img.py44 dest_fd = open(dest, 'w+b')
45 src_fd = open(source, 'rb')
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/
A Dstm32image.py77 dest_fd = open(dest, 'w+b')
78 src_fd = open(source, 'rb')
/optee_os-3.20.0/lib/libutee/include/
A Dtee_isocket.h18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup, member
/optee_os-3.20.0/core/include/kernel/
A Dts_store.h21 TEE_Result (*open)(const TEE_UUID *uuid, member
/optee_os-3.20.0/core/kernel/
A Dearly_ta.c37 .open = early_ta_open,
A Dsecstor_ta.c82 .open = secstor_ta_open,
A Dree_fs_ta.c108 res = ops->open(&pobj, NULL, &fh); in check_update_version()
649 .open = ree_fs_ta_open,
800 .open = buf_ta_open,
/optee_os-3.20.0/lib/libutee/
A Dtee_tcpudp_socket.c211 .open = tcp_open,
222 .open = udp_open,
/optee_os-3.20.0/core/include/tee/
A Dtadb.h32 TEE_Result (*open)(uint32_t file_number, int *fd); member
A Dfs_dirfile.h37 TEE_Result (*open)(bool create, uint8_t *hash, const TEE_UUID *uuid, member
A Dtee_fs.h32 TEE_Result (*open)(struct tee_pobj *po, size_t *size, member
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp13-pinctrl.dtsi14 drive-open-drain;
A Dstm32mp15-pinctrl.dtsi42 drive-open-drain;
57 drive-open-drain;
520 drive-open-drain;
537 drive-open-drain;
554 drive-open-drain;
570 drive-open-drain;
586 drive-open-drain;
603 drive-open-drain;
621 drive-open-drain;
1409 drive-open-drain;
[all …]
/optee_os-3.20.0/core/tee/
A Dtee_obj.c64 res = fops->open(o->pobj, NULL, &fh); in tee_obj_verify()
/optee_os-3.20.0/core/lib/zlib/
A Dgzguts.h48 # define open _open macro
/optee_os-3.20.0/core/pta/
A Dattestation.c230 res = po->fops->open(po, &file_size, &fh); in sec_storage_obj_read()
274 res = po->fops->open(po, NULL, &fh); in sec_storage_obj_write()
400 res = ops->open(uuid, &h); in hash_binary()

Completed in 26 milliseconds

12