Searched refs:now (Results 1 – 7 of 7) sorted by relevance
252 LARGE_INTEGER now, hfreq; in mbedtls_timing_get_timer() local253 QueryPerformanceCounter( &now ); in mbedtls_timing_get_timer()255 delta = (unsigned long)( ( now.QuadPart - t->start.QuadPart ) * 1000ul in mbedtls_timing_get_timer()302 struct timeval now; in mbedtls_timing_get_timer() local303 gettimeofday( &now, NULL ); in mbedtls_timing_get_timer()304 delta = ( now.tv_sec - t->start.tv_sec ) * 1000ul in mbedtls_timing_get_timer()305 + ( now.tv_usec - t->start.tv_usec ) / 1000; in mbedtls_timing_get_timer()
919 now->year = lt->tm_year + 1900; in x509_get_current_time()920 now->mon = lt->tm_mon + 1; in x509_get_current_time()921 now->day = lt->tm_mday; in x509_get_current_time()922 now->hour = lt->tm_hour; in x509_get_current_time()923 now->min = lt->tm_min; in x509_get_current_time()924 now->sec = lt->tm_sec; in x509_get_current_time()973 mbedtls_x509_time now; in mbedtls_x509_time_is_past() local975 if( x509_get_current_time( &now ) != 0 ) in mbedtls_x509_time_is_past()978 return( x509_check_time( &now, to ) ); in mbedtls_x509_time_is_past()983 mbedtls_x509_time now; in mbedtls_x509_time_is_future() local[all …]
1089 uint64_t now) in gprof_update_session_utime() argument1098 sbuf->usr += now - sbuf->usr_entered; in gprof_update_session_utime()1102 if (!now) in gprof_update_session_utime()1103 now++; /* 0 is reserved */ in gprof_update_session_utime()1104 sbuf->usr_entered = now; in gprof_update_session_utime()1116 uint64_t now = barrier_read_counter_timer(); in tee_ta_update_session_utime() local1118 gprof_update_session_utime(suspend, s, now); in tee_ta_update_session_utime()1137 uint64_t now = 0; in ftrace_update_times() local1143 now = barrier_read_counter_timer(); in ftrace_update_times()1150 fbuf->suspend_time = now; in ftrace_update_times()[all …]
576 operations now accept the key identifier. The type psa_key_handle_t is now663 range now fails.1190 is now deprecated.3025 * The following functions now return void:3068 speed and RAM (heap only for now) usage.3352 * rsa_check_pubkey() now allows an E up to N3509 * Curves are now stored fully in ROM3516 * SSL now gracefully handles missing RNG3755 * SSL now gracefully handles missing RNG3782 * rsa_check_pubkey() now allows an E up to N[all …]
151 You can now make the desired change:
104 ulong64 now = s_fortuna_current_time(); in s_fortuna_reseed() local105 if (now == prng->u.fortuna.wd) { in s_fortuna_reseed()157 prng->u.fortuna.wd = now; in s_fortuna_reseed()
1001 for UUIDs has changed in tee-supplicant, so that TA file names now follow1116 * GPIO: framework supports multiple instances, PL061 driver now has get/set1129 now supported in AArch32 mode1288 * RPMB support: Secure Storage can now use Replay Protected Memory Block (RPMB) partition1291 * Hard-float ABI is now available.1331 * Softfloat library: floating point support is now available in 32bits TA.1390 OP-TEE is now maintained by Linaro. Contributors do not need to1402 * Secure Storage: Files stored by the REE are now encrypted. Operations1473 * AArch64 build of optee_os is now possible through the configuration `CFG_ARM64_core=y`1504 Linux Driver has been refactored. It is now split in two parts:[all …]
Completed in 17 milliseconds