Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c297 const char exp_bin_value[] = "Hello world!"; in print_properties() local
299 if (bblen != strlen(exp_bin_value) || in print_properties()
300 TEE_MemCompare(exp_bin_value, bbuf, in print_properties()
303 nbuf, exp_bin_value); in print_properties()