Home
last modified time | relevance | path

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

/optee_test/host/xtest/
A Drand_stream.c59 size_t t = MIN(sizeof(rs->word_buf) - rs->w_offs, l); in get_random() local
61 memcpy(b, rs->word_buf + rs->w_offs, t); in get_random()
62 rs->w_offs += t; in get_random()
63 l -= t; in get_random()
64 b += t; in get_random()
A Dsha_perf.c82 static void update_stats(struct statistics *s, uint64_t t) in update_stats() argument
84 double x = (double)t; in update_stats()
253 struct timespec t = { }; in do_warmup() local
260 get_current_time(&t); in do_warmup()
261 } while (timespec_diff_ns(&t0, &t) < (uint64_t)warmup * 1000000000); in do_warmup()
290 uint64_t t = 0; in sha_perf_run_test() local
335 t = run_test_once((uint8_t *)in_shm.buffer + offset, size, in sha_perf_run_test()
337 update_stats(&stats, t); in sha_perf_run_test()
A Daes_perf.c140 static void update_stats(struct statistics *s, uint64_t t) in update_stats() argument
142 double x = (double)t; in update_stats()
372 struct timespec t = { }; in do_warmup() local
379 get_current_time(&t); in do_warmup()
380 } while (timespec_diff_ns(&t0, &t) < (uint64_t)warmup * 1000000000); in do_warmup()
A Dregression_4100.c1085 const char *t; in test_4105() member
1146 data[n].t, data[n].r))) { in test_4105()
1264 const char *t; in test_4107() member
1301 data[n].t, data[n].r))) { in test_4107()
1404 const char *t; in test_4108() member
1451 data[n].t, data[n].out, data[n].qsign, in test_4108()
A Dregression_4000.c5119 time_t t = 0; in xtest_tee_test_4012() local
5122 t = time(NULL); in xtest_tee_test_4012()
5123 tm_local = *localtime(&t); in xtest_tee_test_4012()
/optee_test/ta/os_test/
A Dos_test.c553 TEE_Time t = { }; in test_time() local
562 TEE_GetREETime(&t); in test_time()
564 (unsigned int)t.millis); in test_time()
570 (unsigned int)t.millis); in test_time()
574 (unsigned int)t.seconds, (unsigned int)t.millis); in test_time()
598 (unsigned int)t.millis); in test_time()
604 if (t.seconds > 1 || t.millis >= 1000) { in test_time()
606 (unsigned int)t.seconds, (unsigned int)t.millis); in test_time()
626 (unsigned int)t.millis); in test_time()
628 if (t.seconds > sys_t.seconds) { in test_time()
[all …]
/optee_test/host/xtest/gp/patches/
A D0011-TEE_Crypto_API.xml.patch9 CBC MAC doesn't take any IV so TEE_MACInit() is supposed to ignore IV
25 +<!-- CMAC doesn't take any IV either
A D0013-Disable-Invoke_GetTAPersistentTimeNotSet_and_SetTAPe.patch9 TA. OP-TEE doesn't provide any way to do that, so disable this test.
A D0009-TEE_Internal_API.xml.patch9 As OP-TEE doesn't check the direction of the passed memrefs
A D0010-TEE_DataStorage_API.xml.patch12 These tests fails and the expected position counters doesn't seem to
/optee_test/ta/storage_benchmark/
A Dbenchmark.c54 static inline uint32_t tee_time_to_ms(TEE_Time t) in tee_time_to_ms() argument
56 return t.seconds * 1000 + t.millis; in tee_time_to_ms()
/optee_test/host/openssl/include/openssl/
A Dasn1.h847 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
848 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
851 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
858 time_t t);
860 time_t t, int offset_day,
896 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
897 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
899 int ASN1_TIME_check(ASN1_TIME *t);
900 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME
A Dasn1t.h455 # define ASN1_TEMPLATE_item(t) (t->item_ptr) argument
456 # define ASN1_TEMPLATE_adb(t) (t->item_ptr) argument
A Dx509_vfy.h561 time_t t);
589 void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t);
A Dx509.h764 int X509_cmp_time(const ASN1_TIME *s, time_t *t);
766 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
768 int offset_day, long offset_sec, time_t *t);
847 int X509_TRUST_set(int *t, int trust);
A Dasn1_mac.h477 # define M_ASN1_I2D_put_IMP_opt(a,f,t) \ argument
482 *q=(V_ASN1_CONTEXT_SPECIFIC|t|(*q&V_ASN1_CONSTRUCTED));\
A Dssl.h2133 long SSL_CTX_set_timeout(SSL_CTX *ctx, long t);
2222 long SSL_SESSION_set_time(SSL_SESSION *s, long t);
2224 long SSL_SESSION_set_timeout(SSL_SESSION *s, long t);
2479 # define SSL_CTX_sess_set_cache_size(ctx,t) \ argument
2480 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_SIZE,t,NULL)
A Dpkcs7.h361 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
A Devp.h681 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
688 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);

Completed in 89 milliseconds