Searched refs:seconds (Results 1 – 5 of 5) sorted by relevance
/optee_test-3.20.0/host/xtest/gp/patches/ |
A D | 0013-Disable-Invoke_GetTAPersistentTimeNotSet_and_SetTAPe.patch | 35 …seconds 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 D | benchmark.c | 56 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 D | os_test.c | 561 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 D | ts.h | 142 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 D | bio.h | 565 # 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