Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_svc_cryp.h90 TEE_Result tee_obj_attr_to_binary(struct tee_obj *o, void *data,
/optee_os/core/tee/
H A Dtee_svc_storage.c270 res = tee_obj_attr_to_binary(o, NULL, &attr_size); in tee_svc_storage_init_file()
277 res = tee_obj_attr_to_binary(o, attr, &attr_size); in tee_svc_storage_init_file()
849 res = tee_obj_attr_to_binary(o, NULL, &attr_size); in syscall_storage_obj_trunc()
H A Dtee_svc_cryp.c1367 TEE_Result tee_obj_attr_to_binary(struct tee_obj *o, void *data, in tee_obj_attr_to_binary() function