Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c5064 struct tm tm_local = { }; in xtest_tee_test_4012() local
5067 tm_local = *localtime(&t); in xtest_tee_test_4012()
5069 memcpy((void *)pool_input, (void *)&tm_local, in xtest_tee_test_4012()
5070 sizeof(pool_input) < sizeof(tm_local) ? in xtest_tee_test_4012()
5071 sizeof(pool_input) : sizeof(tm_local)); in xtest_tee_test_4012()