Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c119 uint32_t nblen_small = 0; in print_properties() local
138 nblen_small = 2; in print_properties()
139 res = TEE_GetPropertyName(h, nbuf_small, &nblen_small); in print_properties()
141 nblen_small, nblen); in print_properties()
146 nblen_small = nblen - 1; in print_properties()
147 res = TEE_GetPropertyName(h, nbuf_small, &nblen_small); in print_properties()
149 nblen_small, nblen); in print_properties()
154 nblen_small = nblen; in print_properties()
155 res = TEE_GetPropertyName(h, nbuf_small, &nblen_small); in print_properties()
157 nblen_small, nblen); in print_properties()