Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 4 of 4) sorted by relevance

/optee_test/ta/crypt/
A Daes_impl.c845 u32 t0 = 0; in rijndaelEncrypt() local
989 t0 = Te0[(s0 >> 24)] ^ in rijndaelEncrypt()
1004 s0 = Te0[(t0 >> 24)] ^ in rijndaelEncrypt()
1014 Te1[(t0 >> 16) & 0xff] ^ in rijndaelEncrypt()
1022 s0 = (Te4[(t0 >> 24)] & 0xff000000) ^ in rijndaelEncrypt()
1030 (Te4[t0 & 0xff] & 0x000000ff) ^ rk[1]; in rijndaelEncrypt()
1051 u32 t0 = 0; in rijndaelDecrypt() local
1196 t0 = Td0[(s0 >> 24)] ^ in rijndaelDecrypt()
1211 s0 = Td0[(t0 >> 24)] ^ in rijndaelDecrypt()
1215 Td1[(t0 >> 16) & 0xff] ^ in rijndaelDecrypt()
[all …]
A Darith_taf.c17 #define CHECK_PT(t0, t1, t2, t3) do { \ argument
18 const uint32_t exp_pt = TEE_PARAM_TYPES(TEE_PARAM_TYPE_##t0, \
/optee_test/host/xtest/
A Dsha_perf.c219 struct timespec t0 = { }; in run_test_once() local
227 get_current_time(&t0); in run_test_once()
233 return timespec_diff_ns(&t0, &t1); in run_test_once()
252 struct timespec t0 = { }; in do_warmup() local
256 get_current_time(&t0); in do_warmup()
261 } while (timespec_diff_ns(&t0, &t) < (uint64_t)warmup * 1000000000); in do_warmup()
A Daes_perf.c371 struct timespec t0 = { }; in do_warmup() local
375 get_current_time(&t0); in do_warmup()
380 } while (timespec_diff_ns(&t0, &t) < (uint64_t)warmup * 1000000000); in do_warmup()
489 struct timespec t0 = { }; in aes_perf_run_test() local
495 get_current_time(&t0); in aes_perf_run_test()
517 update_stats(&stats, timespec_diff_ns(&t0, &t1)); in aes_perf_run_test()

Completed in 9 milliseconds