Searched refs:__utee_check_out_annotation (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_objects.c | 171 __utee_check_out_annotation(a, sizeof(*a)); in TEE_GetObjectValueAttribute() 173 __utee_check_out_annotation(b, sizeof(*b)); in TEE_GetObjectValueAttribute() 229 __utee_check_out_annotation(object, sizeof(*object)); in TEE_AllocateTransientObject() 316 __utee_check_out_annotation(attr, sizeof(*attr)); in TEE_InitRefAttribute() 328 __utee_check_out_annotation(attr, sizeof(*attr)); in TEE_InitValueAttribute() 421 __utee_check_out_annotation(object, sizeof(*object)); in TEE_OpenPersistentObject() 452 __utee_check_out_annotation(object, sizeof(*object)); in TEE_CreatePersistentObject() 541 __utee_check_out_annotation(objectEnumerator, in TEE_AllocatePersistentObjectEnumerator() 611 __utee_check_out_annotation(objectInfo, sizeof(*objectInfo)); in TEE_GetNextPersistentObject() 612 __utee_check_out_annotation(objectIDLen, sizeof(*objectIDLen)); in TEE_GetNextPersistentObject() [all …]
|
A D | tee_api_private.h | 32 void __utee_check_out_annotation(void *buf, const size_t len);
|
A D | tee_api_property.c | 300 __utee_check_out_annotation(value, sizeof(*value)); in TEE_GetPropertyAsBool() 328 __utee_check_out_annotation(value, sizeof(*value)); in TEE_GetPropertyAsU32() 379 __utee_check_out_annotation(value, sizeof(*value)); in TEE_GetPropertyAsUUID() 404 __utee_check_out_annotation(value, sizeof(*value)); in TEE_GetPropertyAsIdentity() 425 __utee_check_out_annotation(enumerator, sizeof(*enumerator)); in TEE_AllocatePropertyEnumerator()
|
A D | tee_api_panic.c | 74 void __utee_check_out_annotation(void *buf, const size_t len) in __utee_check_out_annotation() function
|
A D | tee_api.c | 166 __utee_check_out_annotation(session, sizeof(*session)); in TEE_OpenTASession() 222 __utee_check_out_annotation(returnOrigin, in TEE_InvokeTACommand()
|
A D | tee_api_operations.c | 404 __utee_check_out_annotation(operationInfo, sizeof(*operationInfo)); in TEE_GetOperationInfo()
|
Completed in 10 milliseconds