/optee_test-3.20.0/host/xtest/ |
A D | rand_stream.c | 59 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 D | hash_perf.c | 82 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 D | aes_perf.c | 140 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 D | pkcs11_1000.c | 8121 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 D | regression_4100.c | 1087 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 D | regression_4000.c | 5272 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 D | os_test.c | 555 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 D | 0011-TEE_Crypto_API.xml.patch | 9 CBC MAC doesn't take any IV so TEE_MACInit() is supposed to ignore IV 25 +<!-- CMAC doesn't take any IV either
|
A D | 0013-Disable-Invoke_GetTAPersistentTimeNotSet_and_SetTAPe.patch | 9 TA. OP-TEE doesn't provide any way to do that, so disable this test.
|
A D | 0009-TEE_Internal_API.xml.patch | 9 As OP-TEE doesn't check the direction of the passed memrefs
|
A D | 0010-TEE_DataStorage_API.xml.patch | 12 These tests fails and the expected position counters doesn't seem to
|
/optee_test-3.20.0/ta/storage_benchmark/ |
A D | benchmark.c | 54 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 D | asn1.h | 847 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 D | asn1t.h | 455 # define ASN1_TEMPLATE_item(t) (t->item_ptr) argument 456 # define ASN1_TEMPLATE_adb(t) (t->item_ptr) argument
|
A D | x509_vfy.h | 561 time_t t); 589 void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t);
|
A D | x509.h | 764 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 D | asn1_mac.h | 477 # define M_ASN1_I2D_put_IMP_opt(a,f,t) \ argument 482 *q=(V_ASN1_CONTEXT_SPECIFIC|t|(*q&V_ASN1_CONSTRUCTED));\
|
A D | ssl.h | 2133 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 D | pkcs7.h | 361 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
|
A D | evp.h | 681 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);
|