Lines Matching refs:propsetOrEnumerator
198 TEE_Result TEE_GetPropertyAsString(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsString() argument
211 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsString()
224 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsString()
299 TEE_Result __GP11_TEE_GetPropertyAsString(TEE_PropSetHandle propsetOrEnumerator, in __GP11_TEE_GetPropertyAsString() argument
308 res = TEE_GetPropertyAsString(propsetOrEnumerator, name, valueBuffer, in __GP11_TEE_GetPropertyAsString()
314 TEE_Result TEE_GetPropertyAsBool(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsBool() argument
321 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsBool()
326 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsBool()
342 TEE_Result TEE_GetPropertyAsU32(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsU32() argument
349 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsU32()
354 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsU32()
367 TEE_Result TEE_GetPropertyAsU64(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsU64() argument
374 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsU64()
379 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsU64()
393 __GP11_TEE_GetPropertyAsBinaryBlock(TEE_PropSetHandle propsetOrEnumerator, in __GP11_TEE_GetPropertyAsBinaryBlock() argument
400 if (is_propset_pseudo_handle(propsetOrEnumerator)) in __GP11_TEE_GetPropertyAsBinaryBlock()
405 res = propget_get_property(propsetOrEnumerator, name, &type, in __GP11_TEE_GetPropertyAsBinaryBlock()
419 TEE_Result TEE_GetPropertyAsBinaryBlock(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsBinaryBlock() argument
428 res = __GP11_TEE_GetPropertyAsBinaryBlock(propsetOrEnumerator, name, in TEE_GetPropertyAsBinaryBlock()
434 TEE_Result TEE_GetPropertyAsUUID(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsUUID() argument
441 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsUUID()
446 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsUUID()
459 TEE_Result TEE_GetPropertyAsIdentity(TEE_PropSetHandle propsetOrEnumerator, in TEE_GetPropertyAsIdentity() argument
466 if (is_propset_pseudo_handle(propsetOrEnumerator)) in TEE_GetPropertyAsIdentity()
471 res = propget_get_property(propsetOrEnumerator, name, &type, in TEE_GetPropertyAsIdentity()