Home
last modified time | relevance | path

Searched refs:now (Results 1 – 7 of 7) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dtiming.c252 LARGE_INTEGER now, hfreq; in mbedtls_timing_get_timer() local
253 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() local
303 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()
A Dx509.c919 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() local
975 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 …]
/optee_os-3.20.0/core/kernel/
A Dtee_ta_manager.c1089 uint64_t now) in gprof_update_session_utime() argument
1098 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() local
1118 gprof_update_session_utime(suspend, s, now); in tee_ta_update_session_utime()
1137 uint64_t now = 0; in ftrace_update_times() local
1143 now = barrier_read_counter_timer(); in ftrace_update_times()
1150 fbuf->suspend_time = now; in ftrace_update_times()
[all …]
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog576 operations now accept the key identifier. The type psa_key_handle_t is now
663 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 N
3509 * Curves are now stored fully in ROM
3516 * SSL now gracefully handles missing RNG
3755 * SSL now gracefully handles missing RNG
3782 * rsa_check_pubkey() now allows an E up to N
[all …]
A DREADME.md151 You can now make the desired change:
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/
A Dfortuna.c104 ulong64 now = s_fortuna_current_time(); in s_fortuna_reseed() local
105 if (now == prng->u.fortuna.wd) { in s_fortuna_reseed()
157 prng->u.fortuna.wd = now; in s_fortuna_reseed()
/optee_os-3.20.0/
A DCHANGELOG.md1001 for UUIDs has changed in tee-supplicant, so that TA file names now follow
1116 * GPIO: framework supports multiple instances, PL061 driver now has get/set
1129 now supported in AArch32 mode
1288 * RPMB support: Secure Storage can now use Replay Protected Memory Block (RPMB) partition
1291 * 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 to
1402 * Secure Storage: Files stored by the REE are now encrypted. Operations
1473 * 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