Lines Matching refs:h

73 static TEE_Result get_binblock_property(TEE_PropSetHandle h,  in get_binblock_property()  argument
81 res = TEE_GetPropertyAsBinaryBlock(h, NULL, *bbuf, &block_len); in get_binblock_property()
96 res = TEE_GetPropertyAsBinaryBlock(h, NULL, *bbuf, &block_len); in get_binblock_property()
106 static TEE_Result print_properties(TEE_PropSetHandle h, in print_properties() argument
113 TEE_StartPropertyEnumerator(h, prop_set); in print_properties()
127 res = TEE_GetPropertyName(h, nbuf, &nblen); in print_properties()
141 res = TEE_GetPropertyName(h, nbuf_small, &nblen_small); in print_properties()
149 res = TEE_GetPropertyName(h, nbuf_small, &nblen_small); in print_properties()
157 res = TEE_GetPropertyName(h, nbuf_small, &nblen_small); in print_properties()
164 res = TEE_GetPropertyAsString(h, NULL, vbuf, &vblen); in print_properties()
234 TEE_GetPropertyAsBool(h, NULL, &v); in print_properties()
248 res = TEE_GetPropertyAsU32(h, NULL, &v); in print_properties()
263 TEE_GetPropertyAsUUID(h, NULL, &v); in print_properties()
278 TEE_GetPropertyAsIdentity(h, NULL, in print_properties()
294 res = get_binblock_property(h, nbuf, &bbuf, &bblen); in print_properties()
352 res = TEE_GetNextProperty(h); in print_properties()
378 TEE_PropSetHandle h = TEE_HANDLE_NULL; in test_properties() local
420 res = TEE_AllocatePropertyEnumerator(&h); in test_properties()
428 res = print_properties(h, TEE_PROPSET_CURRENT_TA, p_attrs, num_p_attrs); in test_properties()
433 res = print_properties(h, TEE_PROPSET_CURRENT_CLIENT, p_attrs, in test_properties()
439 res = print_properties(h, TEE_PROPSET_TEE_IMPLEMENTATION, p_attrs, in test_properties()
453 TEE_FreePropertyEnumerator(h); in test_properties()