| /optee_os/scripts/ |
| H A D | tee_bin_parser.py | 23 data = f.read(4) 27 data = f.read(1) 31 data = f.read(1) 35 data = f.read(2) 39 data = f.read(4) 43 data = f.read(4) 47 data = f.read(4) 51 data = f.read(4) 55 data = f.read(4)
|
| 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) 415 bin_img = f.read() 453 key_info = f.read() 502 bin_img = fin.read()
|
| H A D | gen_stmm_hex.py | 31 bytes = inf.read()
|
| H A D | bin_to_c.py | 41 bytes = indata.read()
|
| H A D | ftrace_format.py | 67 s = f.read()
|
| H A D | ts_bin_to_c.py | 80 flags = struct.unpack('<I', f.read(4))[0] 108 bytes = _ts.read()
|
| H A D | pem_to_pub_c.py | 31 data = f.read()
|
| /optee_os/core/include/drivers/ |
| H A D | firewall_device.h | 106 paddr_t paddr, size_t size, bool read, 122 paddr_t paddr, size_t size, bool read, 144 size_t size, bool read, bool write); 198 bool read __unused, bool write __unused) in firewall_check_memory_access() 206 bool read __unused, bool write __unused) in firewall_acquire_memory_access() 219 bool read __unused, bool write __unused) in firewall_release_memory_access()
|
| H A D | firewall.h | 59 bool read, bool write); 62 bool read, bool write); 64 paddr_t paddr, size_t size, bool read,
|
| H A D | i2c.h | 79 TEE_Result (*read)(struct i2c_dev *i2c_dev, uint8_t *buf, size_t len); member 139 if (!i2c_dev->ctrl->ops->read) in i2c_read() 142 return i2c_dev->ctrl->ops->read(i2c_dev, buf, len); in i2c_read()
|
| /optee_os/core/drivers/firewall/ |
| H A D | firewall.c | 125 paddr_t paddr, size_t size, bool read, in firewall_check_memory_access() argument 133 return fw->ctrl->ops->check_memory_access(fw, paddr, size, read, write); in firewall_check_memory_access() 137 paddr_t paddr, size_t size, bool read, in firewall_acquire_memory_access() argument 145 return fw->ctrl->ops->acquire_memory_access(fw, paddr, size, read, in firewall_acquire_memory_access() 158 size_t size, bool read, bool write) in firewall_release_memory_access() argument 163 fw->ctrl->ops->release_memory_access(fw, paddr, size, read, in firewall_release_memory_access()
|
| /optee_os/core/lib/libtomcrypt/src/pk/pkcs1/ |
| H A D | pkcs_1_v1_5_encode.c | 73 if (prng_descriptor[prng_idx]->read(ps, ps_len, prng) != ps_len) { in pkcs_1_v1_5_encode() 81 if (prng_descriptor[prng_idx]->read(&ps[i], 1, prng) != 1) { in pkcs_1_v1_5_encode()
|
| /optee_os/core/arch/arm/plat-telechips/scripts/ |
| H A D | tcmktool.py | 18 buf = inputfile.read(ALIGN_SIZE) 55 buf = inputfile.read(ALIGN_SIZE)
|
| /optee_os/core/lib/libtomcrypt/src/pk/x25519/ |
| H A D | x25519_make_key.c | 29 if (prng_descriptor[wprng]->read(key->priv, sizeof(key->priv), prng) != sizeof(key->priv)) { in x25519_make_key()
|
| /optee_os/core/include/kernel/ |
| H A D | ts_store.h | 52 TEE_Result (*read)(struct ts_store_handle *h, void *data_core, member
|
| /optee_os/core/arch/arm/dts/ |
| H A D | fsl-lx2160a-rdb.dts | 60 m25p,fast-read; 71 m25p,fast-read;
|
| /optee_os/core/kernel/ |
| H A D | early_ta.c | 40 .read = emb_ts_read,
|
| H A D | secstor_ta.c | 85 .read = secstor_ta_read,
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | rand_prime.c | 47 if (prng_descriptor[wprng]->read(buf, len, prng) != (unsigned long)len) { in rand_prime()
|
| H A D | rand_bn.c | 28 if (prng_descriptor[wprng]->read(buf, bytes, prng) != (unsigned long)bytes) { in rand_bn_bits()
|
| /optee_os/core/arch/arm/plat-totalcompute/fdts/ |
| H A D | optee_sp_manifest.dts | 33 attributes = <0x3>; /* read-write */
|
| /optee_os/core/lib/libtomcrypt/src/pk/dh/ |
| H A D | dh_generate_key.c | 67 if (prng_descriptor[wprng]->read(buf, keysize, prng) != keysize) { in dh_generate_key()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | arm32_sysreg.txt | 92 ATS12NSOPR c7 0 c8 4 WO Stages 1 and 2 Non-secure only PL1 read 94 ATS12NSOUR c7 0 c8 6 WO Stages 1 and 2 Non-secure only unprivileged read 96 ATS1CPR c7 0 c8 0 WO Stage 1 Current state PL1 read 98 ATS1CUR c7 0 c8 2 WO Stage 1 Current state unprivileged read 100 ATS1HR c7 4 c8 0 WO Stage 1 Hyp mode read
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | storage.c | 41 ret = o->pobj->fops->read(o->fh, o->info.dataPosition, in crypto_storage_obj_del()
|
| /optee_os/core/include/tee/ |
| H A D | fs_dirfile.h | 42 TEE_Result (*read)(struct tee_file_handle *fh, size_t pos, void *buf, member
|