Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 5 of 5) sorted by relevance

/optee_test-3.20.0/host/xtest/gp/patches/
A D0013-Disable-Invoke_GetTAPersistentTimeNotSet_and_SetTAPe.patch35seconds in the TA Persistent Time may exceed the range of the uint32_t integer type. In this case,…
/optee_test-3.20.0/ta/storage_benchmark/
A Dbenchmark.c56 return t.seconds * 1000 + t.millis; in tee_time_to_ms()
136 start_time.seconds, start_time.millis, in test_write()
137 stop_time.seconds, stop_time.millis, in test_write()
179 start_time.seconds, start_time.millis, in test_read()
180 stop_time.seconds, stop_time.millis, in test_read()
246 start_time.seconds, start_time.millis, in test_rewrite()
247 stop_time.seconds, stop_time.millis, in test_rewrite()
/optee_test-3.20.0/ta/os_test/
A Dos_test.c561 printf("system time %u.%03u\n", (unsigned int)sys_t.seconds, in test_time()
565 printf("REE time %u.%03u\n", (unsigned int)t.seconds, in test_time()
571 printf("Stored TA time %u.%03u\n", (unsigned int)t.seconds, in test_time()
576 (unsigned int)t.seconds, (unsigned int)t.millis); in test_time()
599 printf("TA time %u.%03u\n", (unsigned int)t.seconds, in test_time()
606 if (t.seconds > 1 || t.millis >= 1000) { in test_time()
608 (unsigned int)t.seconds, (unsigned int)t.millis); in test_time()
627 printf("TA time %u.%03u\n", (unsigned int)t.seconds, in test_time()
630 if (t.seconds > sys_t.seconds) { in test_time()
632 (unsigned int)t.seconds, (unsigned int)t.millis, in test_time()
[all …]
/optee_test-3.20.0/host/openssl/include/openssl/
A Dts.h142 ASN1_INTEGER *seconds; member
428 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds);
505 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */ member
A Dbio.h565 # define BIO_set_ssl_renegotiate_timeout(b,seconds) \ argument
566 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL)

Completed in 12 milliseconds