Home
last modified time | relevance | path

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

/optee_examples/secure_storage/host/
A Dmain.c173 char obj2_id[] = "object#2"; /* string identification for the object */ in main() local
213 printf("\nTest on object \"%s\"\n", obj2_id); in main()
215 res = read_secure_object(&ctx, obj2_id, in main()
225 res = write_secure_object(&ctx, obj2_id, in main()
233 res = delete_secure_object(&ctx, obj2_id); in main()

Completed in 3 milliseconds