Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c118 uint32_t nblen = sizeof(nbuf); in print_properties() local
125 res = TEE_GetPropertyName(h, nbuf, &nblen); in print_properties()
131 if (nblen != strlen(nbuf) + 1) { in print_properties()
132 EMSG("Name has wrong size: %u vs %zu", nblen, strlen(nbuf) + 1); in print_properties()
141 nblen_small, nblen); in print_properties()
146 nblen_small = nblen - 1; in print_properties()
149 nblen_small, nblen); in print_properties()
154 nblen_small = nblen; in print_properties()
157 nblen_small, nblen); in print_properties()