Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 19 of 19) sorted by relevance

/optee_rust/tests/
A Dtest_big_int.sh45 grep -q "\[.*] > \[.*]\|\[.*] < \[.*]\|\[.*] == \[.*]" /tmp/serial.log &&
46 grep -q "\[.*] in u8 array is \[.*]" /tmp/serial.log &&
47 grep -q "\[.*] in i32 is [0-9]*" /tmp/serial.log &&
48 grep -q "\[.*] + \[.*] = \[.*]" /tmp/serial.log &&
49 grep -q "\[.*] - \[.*] = \[.*]" /tmp/serial.log &&
50 grep -q "\[.*] \* \[.*] = \[.*]" /tmp/serial.log &&
51 grep -q "\[.*] / \[.*] = \[.*]" /tmp/serial.log &&
52 grep -q "\[.*] % \[.*] = \[.*]" /tmp/serial.log &&
56 cat -v /tmp/serial.log
A Dtest_time.sh46 grep -q "\[+] Get REE time (second: [0-9]*, millisecond: [0-9]*)" /tmp/serial.log &&
47 grep -q "\[+] Now wait 1 second in TEE" /tmp/serial.log &&
48 grep -q "\[+] Get system time (second: [0-9]*, millisecond: [0-9]*)" /tmp/serial.log &&
49 … 5 seconds ahead of system time, new TA time (second: [0-9]*, millisecond: [0-9]*)" /tmp/serial.log
52 cat -v /tmp/serial.log
A Dtest_serde.sh47 grep -q "serialized = " /tmp/serial.log &&
48 grep -q "deserialized = " /tmp/serial.log
51 cat -v /tmp/serial.log
A Doptee-qemuv8.sh23 -serial stdio -serial file:/tmp/serial.log \
A Dtest_acipher.sh49 cat -v /tmp/serial.log
A Dtest_authentication.sh49 cat -v /tmp/serial.log
A Dtest_diffie_hellman.sh50 cat -v /tmp/serial.log
A Dtest_digest.sh49 cat -v /tmp/serial.log
A Dtest_hotp.sh49 cat -v /tmp/serial.log
A Dtest_message_passing_interface.sh48 cat -v /tmp/serial.log
A Dtest_random.sh50 cat -v /tmp/serial.log
A Dtest_tcp_client.sh48 cat -v /tmp/serial.log
A Dtest_udp_socket.sh48 cat -v /tmp/serial.log
A Dtest_hello_world.sh51 cat -v /tmp/serial.log
A Dtest_aes.sh53 cat -v /tmp/serial.log
A Dtest_secure_storage.sh58 cat -v /tmp/serial.log
A Dtest_supp_plugin.sh59 cat -v /tmp/serial.log
/optee_rust/examples/aes-rs/host/src/
A Dmain.rs86 let mut tmp = [0x00u8; AES_TEST_BUFFER_SIZE]; in main() variables
112 cipher_buffer(&mut session, &ciph, &mut tmp)?; in main()
114 if clear.iter().zip(tmp.iter()).all(|(a, b)| a == b) { in main()
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs21 let tmp = p1 << 4 | p2 << 8 | p3 << 12; in TEEC_PARAM_TYPES()
22 return p0 | tmp; in TEEC_PARAM_TYPES()

Completed in 16 milliseconds