Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/kernel/
A Dembedded_ts.c19 const struct embedded_ts *ts; member
40 strm->next_in = ts->ts; in decompression_init()
41 strm->avail_in = ts->size; in decompression_init()
61 ts = find_ts(uuid); in emb_ts_open()
62 if (!ts) in emb_ts_open()
75 handle->ts = ts; in emb_ts_open()
83 const struct embedded_ts *ts = h->ts; in emb_ts_get_size() local
85 if (ts->uncompressed_size) in emb_ts_get_size()
88 *size = ts->size; in emb_ts_get_size()
111 res = crypto_hash_update(ctx, h->ts->ts, h->ts->size); in emb_ts_get_tag()
[all …]
/optee_os/scripts/
A Dts_bin_to_c.py91 ts = args.ta
95 ts = args.sp
98 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts)))
100 with open(ts, 'rb') as _ts:
108 f.write('/* Generated from ' + ts + ' by ' +
128 f.write('\t.flags = 0x{:04x},\n'.format(sp_get_flags(ts)))
132 f.write('\t.flags = 0x{:04x},\n'.format(ta_get_flags(ts)))
/optee_os/core/pta/
A Dscmi.c136 struct ts_session *ts = ts_get_current_session(); in pta_scmi_open_session() local
137 struct tee_ta_session *ta_session = to_ta_session(ts); in pta_scmi_open_session()
/optee_os/out/arm/core/
A Dearly_ta_f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.c4177 .ts = ts_bin_f04a0fe71f5d4b9babf7619b85b4ce8c,
/optee_os/core/lib/libtomcrypt/src/prngs/
A Dfortuna.c90 struct timespec ts; in _fortuna_current_time() local
91 clock_gettime(CLOCK_MONOTONIC, &ts); in _fortuna_current_time()
92 cur_time = (ulong64)(ts.tv_sec) * 1000000 + (ulong64)(ts.tv_nsec) / 1000; /* get microseconds */ in _fortuna_current_time()
/optee_os/core/include/kernel/
A Dembedded_ts.h20 const uint8_t *ts; /* @size bytes */ member
/optee_os/core/arch/arm/kernel/
A Dsecure_partition.c457 struct ts_session *ts = ts_get_current_session(); in sp_handle_svc() local
458 struct sp_ctx *uctx = to_sp_ctx(ts->ctx); in sp_handle_svc()

Completed in 17 milliseconds