Home
last modified time | relevance | path

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

/optee_examples/hello_world/host/
A Dmain.c44 TEEC_UUID uuid = TA_HELLO_WORLD_UUID; in main() local
56 res = TEEC_OpenSession(&ctx, &sess, &uuid, in main()
/optee_examples/plugins/host/
A Dmain.c29 TEEC_UUID uuid = PLUGIN_TA_UUID; in main() local
39 res = TEEC_OpenSession(&ctx, &sess, &uuid, TEEC_LOGIN_PUBLIC, NULL, in main()
/optee_examples/random/host/
A Dmain.c44 TEEC_UUID uuid = TA_RANDOM_UUID; in main() local
58 res = TEEC_OpenSession(&ctx, &sess, &uuid, in main()
/optee_examples/hotp/host/
A Dmain.c45 TEEC_UUID uuid = TA_HOTP_UUID; in main() local
66 res = TEEC_OpenSession(&ctx, &sess, &uuid, in main()
/optee_examples/acipher/host/
A Dmain.c73 const TEEC_UUID uuid = TA_ACIPHER_UUID; in main() local
81 res = TEEC_OpenSession(&ctx, &sess, &uuid, TEEC_LOGIN_PUBLIC, NULL, in main()
/optee_examples/aes/host/
A Dmain.c53 TEEC_UUID uuid = TA_AES_UUID; in prepare_tee_session() local
63 res = TEEC_OpenSession(&ctx->ctx, &ctx->sess, &uuid, in prepare_tee_session()
/optee_examples/secure_storage/host/
A Dmain.c46 TEEC_UUID uuid = TA_SECURE_STORAGE_UUID; in prepare_tee_session() local
56 res = TEEC_OpenSession(&ctx->ctx, &ctx->sess, &uuid, in prepare_tee_session()

Completed in 33 milliseconds