Searched refs:vblen2 (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 | 121 uint32_t vblen2 = sizeof(vbuf2); in print_properties() local 168 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 170 vblen2, strlen(vbuf2) + 1); in print_properties() 181 vblen2 = 1; in print_properties() 182 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 185 vblen2, vblen); in print_properties() 191 vblen2 = vblen - 1; in print_properties() 192 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 194 vblen2, vblen); in print_properties() 199 vblen2 = vblen; in print_properties() [all …]
|