Searched refs:vblen (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 | 120 uint32_t vblen = sizeof(vbuf); in print_properties() local 162 res = TEE_GetPropertyAsString(h, NULL, vbuf, &vblen); in print_properties() 164 vblen, strlen(vbuf) + 1); in print_properties() 180 if (vblen > 1) { in print_properties() 185 vblen2, vblen); in print_properties() 191 vblen2 = vblen - 1; in print_properties() 194 vblen2, vblen); in print_properties() 199 vblen2 = vblen; in print_properties() 201 res = check_returned_prop(__LINE__, nbuf, res, TEE_SUCCESS, vblen2, vblen); in print_properties()
|