Searched refs:vbuf2 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | os_test.c | 117 char vbuf2[256] = { }; in print_properties() local 121 uint32_t vblen2 = sizeof(vbuf2); in print_properties() 168 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 170 vblen2, strlen(vbuf2) + 1); in print_properties() 174 if (strcmp(vbuf, vbuf2) != 0) { in print_properties() 182 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 192 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 200 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties()
|