/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
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-3.20.0/scripts/ |
A D | ts_bin_to_c.py | 65 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 D | bin_to_c.py | 40 with open(args.bin, 'rb') as indata: 46 f = open(args.out, 'w')
|
A D | pem_to_pub_c.py | 30 with open(args.key, 'rb') as f: 50 with open(args.out, 'w') as f:
|
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:
|
A D | tee_bin_parser.py | 22 with open(args.inf, "rb") as f:
|
A D | update_changelog.py | 39 with open(filename, 'r+') as f:
|
A D | print_tee_hash.py | 67 with open(sys.argv[argc - 1], 'rb') as f:
|
A D | sign_encrypt.py | 337 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 D | aml_bin2img.py | 44 dest_fd = open(dest, 'w+b') 45 src_fd = open(source, 'rb')
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/ |
A D | stm32image.py | 77 dest_fd = open(dest, 'w+b') 78 src_fd = open(source, 'rb')
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_isocket.h | 18 TEE_Result (*open)(TEE_iSocketHandle *ctx, void *setup, member
|
/optee_os-3.20.0/core/include/kernel/ |
A D | ts_store.h | 21 TEE_Result (*open)(const TEE_UUID *uuid, member
|
/optee_os-3.20.0/core/kernel/ |
A D | early_ta.c | 37 .open = early_ta_open,
|
A D | secstor_ta.c | 82 .open = secstor_ta_open,
|
A D | ree_fs_ta.c | 108 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 D | tee_tcpudp_socket.c | 211 .open = tcp_open, 222 .open = udp_open,
|
/optee_os-3.20.0/core/include/tee/ |
A D | tadb.h | 32 TEE_Result (*open)(uint32_t file_number, int *fd); member
|
A D | fs_dirfile.h | 37 TEE_Result (*open)(bool create, uint8_t *hash, const TEE_UUID *uuid, member
|
A D | tee_fs.h | 32 TEE_Result (*open)(struct tee_pobj *po, size_t *size, member
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp13-pinctrl.dtsi | 14 drive-open-drain;
|
A D | stm32mp15-pinctrl.dtsi | 42 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 D | tee_obj.c | 64 res = fops->open(o->pobj, NULL, &fh); in tee_obj_verify()
|
/optee_os-3.20.0/core/lib/zlib/ |
A D | gzguts.h | 48 # define open _open macro
|
/optee_os-3.20.0/core/pta/ |
A D | attestation.c | 230 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()
|