Searched refs:ts (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | embedded_ts.c | 20 const struct embedded_ts *ts; member 41 strm->next_in = ts->ts; in decompression_init() 42 strm->avail_in = ts->size; in decompression_init() 62 ts = find_ts(uuid); in emb_ts_open() 63 if (!ts) in emb_ts_open() 76 handle->ts = ts; in emb_ts_open() 84 const struct embedded_ts *ts = h->ts; in emb_ts_get_size() local 86 if (ts->uncompressed_size) in emb_ts_get_size() 89 *size = ts->size; in emb_ts_get_size() 112 res = crypto_hash_update(ctx, h->ts->ts, h->ts->size); in emb_ts_get_tag() [all …]
|
/optee_os-3.20.0/scripts/ |
A D | ts_bin_to_c.py | 86 def dump_bin(f, ts, compress): argument 87 with open(ts, 'rb') as _ts: 118 ts = args.ta 122 ts = args.sp 125 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts))) 128 f.write('/* Generated from ' + ts + ' by ' + 133 ts_size, ts_uncompressed_size = dump_bin(f, ts, args.compress) 147 f.write('\t.flags = 0x{:04x},\n'.format(sp_get_flags(ts))) 151 f.write('\t.flags = 0x{:04x},\n'.format(ta_get_flags(ts)))
|
/optee_os-3.20.0/core/include/kernel/ |
A D | embedded_ts.h | 20 const uint8_t *ts; /* @size bytes */ member
|
/optee_os-3.20.0/core/pta/ |
A D | rtc.c | 159 struct ts_session *ts = ts_get_current_session(); in open_session() local 160 struct tee_ta_session *ta_session = to_ta_session(ts); in open_session()
|
A D | scmi.c | 207 struct ts_session *ts = ts_get_current_session(); in pta_scmi_open_session() local 208 struct tee_ta_session *ta_session = to_ta_session(ts); in pta_scmi_open_session()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/ |
A D | fortuna.c | 83 struct timespec ts; in s_fortuna_current_time() local 84 clock_gettime(CLOCK_MONOTONIC, &ts); in s_fortuna_current_time() 85 cur_time = (ulong64)(ts.tv_sec) * 1000000 + (ulong64)(ts.tv_nsec) / 1000; /* get microseconds */ in s_fortuna_current_time()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | secure_partition.c | 1054 struct ts_session *ts = ts_get_current_session(); in sp_handle_svc() local 1055 struct sp_ctx *uctx = to_sp_ctx(ts->ctx); in sp_handle_svc() 1185 sp->sp_img.image.ts = (uint8_t *)(sp_pkg_va + sp_pkg_hdr->img_offset); in process_sp_pkg()
|
Completed in 10 milliseconds