/optee_os-3.20.0/scripts/ |
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)
|
A D | gen_stmm_hex.py | 31 bytes = inf.read()
|
A D | bin_to_c.py | 41 bytes = indata.read()
|
A D | pem_to_pub_c.py | 31 data = f.read()
|
A D | update_changelog.py | 40 current_content = f.read()
|
A D | get_maintainer.py | 234 f.write(urlopen(url).read()) 243 f.read())))
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/pkcs1/ |
A D | pkcs_1_v1_5_encode.c | 69 if (prng_descriptor[prng_idx]->read(ps, ps_len, prng) != ps_len) { in pkcs_1_v1_5_encode() 77 if (prng_descriptor[prng_idx]->read(&ps[i], 1, prng) != 1) { in pkcs_1_v1_5_encode()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/x25519/ |
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-3.20.0/core/include/kernel/ |
A D | ts_store.h | 47 TEE_Result (*read)(struct ts_store_handle *h, void *data, member
|
/optee_os-3.20.0/core/kernel/ |
A D | early_ta.c | 40 .read = emb_ts_read,
|
A D | secstor_ta.c | 85 .read = secstor_ta_read,
|
A D | ldelf_syscalls.c | 209 res = binh->op->read(binh->h, NULL, in ldelf_syscall_close_bin() 235 res = binh->op->read(binh->h, NULL, in binh_copy_to() 245 res = binh->op->read(binh->h, (void *)va, rb); in binh_copy_to() 251 res = binh->op->read(binh->h, (void *)va, num_bytes); in binh_copy_to()
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | fsl-lx2160a-rdb.dts | 60 m25p,fast-read; 71 m25p,fast-read;
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | rand_prime.c | 47 if (prng_descriptor[wprng]->read(buf, len, prng) != (unsigned long)len) { in rand_prime()
|
A D | rand_bn.c | 28 if (prng_descriptor[wprng]->read(buf, bytes, prng) != (unsigned long)bytes) { in rand_bn_bits()
|
/optee_os-3.20.0/core/arch/arm/plat-totalcompute/fdts/ |
A D | optee_sp_manifest.dts | 33 attributes = <0x3>; /* read-write */
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/ |
A D | dh_generate_key.c | 67 if (prng_descriptor[wprng]->read(buf, keysize, prng) != keysize) { in dh_generate_key()
|
A D | dh_make_key.c | 110 if (prng_descriptor[wprng]->read(buf, key_size, prng) != in dh_make_key()
|
/optee_os-3.20.0/core/include/tee/ |
A D | fs_dirfile.h | 41 TEE_Result (*read)(struct tee_file_handle *fh, size_t pos, member
|
A D | tee_fs.h | 40 TEE_Result (*read)(struct tee_file_handle *fh, size_t pos, member
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | storage.c | 41 ret = o->pobj->fops->read(o->fh, o->info.dataPosition, data, &len); in crypto_storage_obj_del()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
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-3.20.0/core/lib/libtomcrypt/ |
A D | tomcrypt.c | 78 .read = prng_crypto_read,
|
/optee_os-3.20.0/core/lib/zlib/ |
A D | gzguts.h | 49 # define read _read macro
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/ |
A D | stm32image.py | 33 csum += ord(dest_fd.read(1))
|