Home
last modified time | relevance | path

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

/optee_test-3.20.0/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 Dhash_perf.c82 static void update_stats(struct statistics *s, uint64_t t) in update_stats() argument
84 double x = (double)t; in update_stats()
274 struct timespec t = { }; in do_warmup() local
281 get_current_time(&t); in do_warmup()
282 } while (timespec_diff_ns(&t0, &t) < (uint64_t)warmup * 1000000000); in do_warmup()
311 uint64_t t = 0; in hash_perf_run_test() local
356 t = run_test_once((uint8_t *)in_shm.buffer + offset, size, in hash_perf_run_test()
358 update_stats(&stats, t); in hash_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()
375 struct timespec t = { }; in do_warmup() local
382 get_current_time(&t); in do_warmup()
383 } while (timespec_diff_ns(&t0, &t) < (uint64_t)warmup * 1000000000); in do_warmup()
A Dpkcs11_1000.c8121 t->key.modulus_len }, in test_rsa_aes_wrap()
8123 t->key.pub_exp_len }, in test_rsa_aes_wrap()
8138 t->key.modulus_len }, in test_rsa_aes_wrap()
8140 t->key.priv_exp_len }, in test_rsa_aes_wrap()
8142 t->key.pub_exp_len }, in test_rsa_aes_wrap()
8144 t->key.prime1_len }, in test_rsa_aes_wrap()
8146 t->key.prime2_len }, in test_rsa_aes_wrap()
8173 t->target.rsa.prime1_len }, in test_rsa_aes_wrap()
8245 assert(t != NULL); in test_rsa_aes_wrap()
8246 assert(t->target_type == CKK_RSA || t->target_type == CKK_AES); in test_rsa_aes_wrap()
[all …]
A Dregression_4100.c1087 const char *t; in test_4105() member
1148 data[n].t, data[n].r))) { in test_4105()
1266 const char *t; in test_4107() member
1303 data[n].t, data[n].r))) { in test_4107()
1406 const char *t; in test_4108() member
1453 data[n].t, data[n].out, data[n].qsign, in test_4108()
A Dregression_4000.c5272 time_t t = 0; in xtest_tee_test_4012() local
5275 t = time(NULL); in xtest_tee_test_4012()
5276 tm_local = *localtime(&t); in xtest_tee_test_4012()
/optee_test-3.20.0/ta/os_test/
A Dos_test.c555 TEE_Time t = { }; in test_time() local
564 TEE_GetREETime(&t); in test_time()
566 (unsigned int)t.millis); in test_time()
572 (unsigned int)t.millis); in test_time()
576 (unsigned int)t.seconds, (unsigned int)t.millis); in test_time()
600 (unsigned int)t.millis); 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()
628 (unsigned int)t.millis); in test_time()
630 if (t.seconds > sys_t.seconds) { in test_time()
[all …]
/optee_test-3.20.0/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-3.20.0/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-3.20.0/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 69 milliseconds